sergey-safarov commented on PR #5516: URL: https://github.com/apache/couchdb/pull/5516#issuecomment-2832039282
Do I understand properly that this metric type will be `gauge`. More info [metric types](https://prometheus.io/docs/concepts/metric_types/). Could you add a metrics description to the exporter output like ``` # HELP couchdb_membership CouchDB nodes membership information. # TYPE couchdb_membership gauge couchdb_membership{nodes="cluster_nodes"} 3 couchdb_membership{nodes="all_nodes"} 3 ``` More info at [metric description example](https://github.com/prometheus/docs/blob/main/content/docs/instrumenting/exposition_formats.md#text-format-example) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
