You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bookkeeper.apache.org by "rdhabalia (via GitHub)" <gi...@apache.org> on 2023/04/17 06:00:43 UTC

[GitHub] [bookkeeper] rdhabalia opened a new issue, #3923: Add support to include the bookie sanity state in the bookie metrics.

rdhabalia opened a new issue, #3923:
URL: https://github.com/apache/bookkeeper/issues/3923

   ### Motivation
   Right now, Bookie metrics (Prometheus) don't show if Bookie's sanity is passing or not. and with container-based Prometheus bookie metrics which are used for monitoring, it will be really useful if metrics also show the bookie sanity state so, Prometheus can automatically scrape the bookie sanity state and one can set up monitoring on it. 
   Therefore, add support to include the bookie sanity state in the bookie metrics.
   For example:
   ```
   URL: http://localhost:8000/metrics
   :
   # 1 shows bookie sanity is passing, 0 failed, -1 unknown
   bookie_SERVER_SANITY 1
   ```


-- 
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: commits-unsubscribe@bookkeeper.apache.org.apache.org

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