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/17 01:29:55 UTC

[GitHub] jon-wei commented on a change in pull request #6605: Support DogStatsD style tags in statsd-emitter

jon-wei commented on a change in pull request #6605: Support DogStatsD style tags in statsd-emitter 
URL: https://github.com/apache/incubator-druid/pull/6605#discussion_r234388255
 
 

 ##########
 File path: docs/content/development/extensions-contrib/statsd.md
 ##########
 @@ -44,6 +44,7 @@ All the configuration parameters for the StatsD emitter are under `druid.emitter
 |`druid.emitter.statsd.includeHost`|Flag to include the hostname as part of the metric name.|no|false|  
 |`druid.emitter.statsd.dimensionMapPath`|JSON file defining the StatsD type, and desired dimensions for every Druid metric|no|Default mapping provided. See below.|  
 |`druid.emitter.statsd.blankHolder`|The blank character replacement as statsD does not support path with blank character|no|"-"|  
+|`druid.emitter.statsd.dogstatsd`|Flag to enable [DogStatsD][1] support. Causes dimensions to be included as tags, not as a part of the metric name. `convertRange` fields will be ignored.|no|false|
 
 Review comment:
   nit: I would put the link directly here, `[DogStatsD](https://docs.datadoghq.com/developers/dogstatsd/)`

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