Kenrick0 commented on issue #13202:
URL: https://github.com/apache/druid/issues/13202#issuecomment-1454652543

   I ran into the same problem in version 25.0.0, and found that the code is 
using `druid.service` as the prefix. In my case this was set to 
`druid/historical`, so the path to use in metricDimensions.json was 
`druid/historical-segment/count`.
   
   I found that you can also just remove the prefix and just use 
'segment/count', this causes both metrics to be reported with the same metric 
name but this seems to work without issue in Prometheus.


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to