suneet-s commented on PR #14659:
URL: https://github.com/apache/druid/pull/14659#issuecomment-1653751880

   @yianni To achieve something like this, you can also consider using the 
`ExtraServiceDimensions` annotation. It provides flexibility as it lets you add 
any number of key value pairs as dimensions to the metrics emitted. It also has 
the benefit that if you choose to have more than 1 emitter, all the emitters 
would get those dimensions emitted.
   
   
https://github.com/apache/druid/blob/9b88b78ba44e3de64dfa9978e95e3ee3cda221b6/server/src/main/java/org/apache/druid/server/emitter/ExtraServiceDimensions.java#L35C1-L37


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