mirror of https://github.com/apache/druid.git
StatsD Emitter Doc on blankHolder (#5101)
* fix equalDistribution worker select strategy * replace anonymous Comparator * keep previous version sorting comment * fix code style * update comment * move JsonProperty * fix statsD emitter with blank character * Add blankHolder doc On statsD monitor
This commit is contained in:
parent
cb03efeb14
commit
50140ce820
|
@ -24,6 +24,7 @@ All the configuration parameters for the StatsD emitter are under `druid.emitter
|
|||
|`druid.emitter.statsd.separator`|Metric name separator|no|.|
|
||||
|`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 to StatsD Event Converter
|
||||
|
||||
|
|
Loading…
Reference in New Issue