Re: [I] Druid prometheus-emitter does not emit all the metrics (druid)

2024-04-01 Thread via GitHub


kfaraz closed issue #16148: Druid prometheus-emitter does not emit all the 
metrics
URL: https://github.com/apache/druid/issues/16148


-- 
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-unsubscr...@druid.apache.org

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


-
To unsubscribe, e-mail: commits-unsubscr...@druid.apache.org
For additional commands, e-mail: commits-h...@druid.apache.org



Re: [I] Druid prometheus-emitter does not emit all the metrics (druid)

2024-03-19 Thread via GitHub


tapojit047 commented on issue #16148:
URL: https://github.com/apache/druid/issues/16148#issuecomment-2006401443

So, I need to add the appropriate metrics in here. Right? @suneet-s 
   

https://github.com/apache/druid/blob/master/extensions-contrib/prometheus-emitter/src/main/resources/defaultMetrics.json


-- 
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-unsubscr...@druid.apache.org

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


-
To unsubscribe, e-mail: commits-unsubscr...@druid.apache.org
For additional commands, e-mail: commits-h...@druid.apache.org



Re: [I] Druid prometheus-emitter does not emit all the metrics (druid)

2024-03-18 Thread via GitHub


suneet-s commented on issue #16148:
URL: https://github.com/apache/druid/issues/16148#issuecomment-2004399656

   @tapojit047 The 
[docs](https://druid.apache.org/docs/latest/development/extensions-contrib/prometheus/)
 mention a proerty `druid.emitter.prometheus.dimensionMapPath` that you can set 
to provide a custom file with the set of metrics and dimensions you want to 
report. The default list of metrics and dimensions that the prometheus emitter 
reports is listed in 
https://github.com/apache/druid/blob/master/extensions-contrib/prometheus-emitter/src/main/resources/defaultMetrics.json
   
   I think it would be reasonable to add both the service health metrics and 
the Zookeeper metrics to the list of default metrics that are emitted. Would 
you like to make a PR for that?


-- 
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-unsubscr...@druid.apache.org

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


-
To unsubscribe, e-mail: commits-unsubscr...@druid.apache.org
For additional commands, e-mail: commits-h...@druid.apache.org