divick commented on issue #13202:
URL: https://github.com/apache/druid/issues/13202#issuecomment-1273539451
Also note that even though I tried with:
```
"coordinator-segment/count" : { "dimensions" : ["dataSource"], "type" :
"gauge" },
"historical-segment/count" : { "dimensions" : ["dataSource", "tier",
"priority"], "type" : "gauge" },
```
for getting segment/count for coordinator and historical, but I still see
coordinator and historical both have logs containing:
```
Unmapped metric [segment/count]
```
As per docs, it says, service prefix is needed in case of different
dimensions to be tracked for same metrics emitted from different services, but
I don't think that makes any difference.
--
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]