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 2018/11/21 15:37:48 UTC

[GitHub] Stephan3555 commented on issue #6646: Statsd-emitter not shipping count metrics

Stephan3555 commented on issue #6646: Statsd-emitter not shipping count metrics
URL: https://github.com/apache/incubator-druid/issues/6646#issuecomment-440709068
 
 
   We figured out the problem with the count metrics:
   
   The service names "coordinator-segment/count" and "historical-segment/count" in the "defaultMetricDimensions.json" are not correct if you set up Druid with the default service names for the Nodes:
   
   https://github.com/apache/incubator-druid/blob/0.12.3/examples/conf/druid/coordinator/runtime.properties
   
   https://github.com/apache/incubator-druid/blob/0.12.3/examples/conf/druid/historical/runtime.properties
   
   The real names of the services are:
   
   `"druid/coordinator-segment/count" : { "dimensions" : ["dataSource"], "type" : "gauge" },
     "druid/historical-segment/count" : { "dimensions" : ["dataSource", "tier", "priority"], "type" : "gauge" }`
   
   In my humble opinion this should be changed in the "defaultMetricDimensions.json" to fit with the default values for the service names.
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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