You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2022/10/10 16:09:54 UTC

[GitHub] [druid] divick commented on issue #13202: promethes-emitter complains of unmapped metrics

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: commits-unsubscribe@druid.apache.org

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


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