sergey-safarov opened a new issue, #5485:
URL: https://github.com/apache/couchdb/issues/5485

   ## Summary
   
   Each CouchDB node has it is own view of members online. For example, in the 
3-node cluster, one node can have network visibility to the two other nodes and 
return three nodes online. But other nodes do not see each other and the curl 
request to ``/_members` endpoint returns only two nodes online.
   
   We use Prometheus monitoring and want to control all nodes have connectivity 
to other nods in the cluster.
   
   ## Desired Behaviour
   
   It will be fine when the Prometheus native exporter returns metrics like for 
nodes online
   ```
   couchdb_members[node="couc...@node0.example.com"] 1
   ```
   And like this for nodes offline
   ```
   couchdb_members[node="couc...@node0.example.com"] 0
   ```
   


-- 
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: notifications-unsubscr...@couchdb.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to