sijie commented on issue #9:
URL: https://github.com/apache/pulsar-helm-chart/issues/9#issuecomment-625990490


   > I meant that Proetheus (not grafana) will scrape
   
   Sorry. I meant to say Prometheus. Fixed my original comment.
   
   > On the Bookie Metrics dashboard the Ledger Disk usage chart is not working.
   > I think there is a mistake in the metric name. It should be 
bookie_ledger_dir_data_bookkeeper_ledgers_usage instead of 
bookie_ledger_dir__pulsar_data_bookkeeper_ledgers_usage
   
   Ah I see. The metric name is dynamic. so it is generated from your 
configured ledger dir path. It seems that the original dashboard was using 
"/pulsar/data" as the path, so the metric name has "__pulsar_data". And you are 
using "data" as the path, so the metric name has `data` in the name.
   
   We can use "bookie_ledger_*_usage" for the metric name. The dashboard file 
is not along with the helm chart. It is actually built as part of the grafana 
image. We can fix the original dashboard file. Are you interested in 
contributing a fix? 
https://github.com/streamnative/apache-pulsar-grafana-dashboard/blob/master/dashboards.kubernetes/bookkeeper.json#L787


----------------------------------------------------------------
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.

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


Reply via email to