nickva opened a new pull request, #5516:
URL: https://github.com/apache/couchdb/pull/5516
One of our users in #5485 reported they would like to be able have a more
detailed picture of node connections and disconnections (are expected nodes
connected or disconnected) in prometheus, so that's what this PR does.
We already used per-node metrics for dist channel stats so went with the
same format: `{node="..."} 0/1`
```
couchdb_membership{nodes="cluster_nodes"} 3
couchdb_membership{nodes="all_nodes"} 3
couchdb_membership{node="[email protected]"} 1
couchdb_membership{node="[email protected]"} 1
couchdb_erlang_distribution_recv_oct_bytes_total{node="[email protected]"}
40962
couchdb_erlang_distribution_recv_oct_bytes_total{node="[email protected]"}
25681
```
Fix: #5485
--
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]