February 22nd 2017, 17:41:10.000 2017-02-22T16:41:10,731 ERROR [Coordinator-Exec--0] io.druid.emitter.statsd.StatsDEmitter - Metric=[segment/count] has no StatsD type mapping
February 22nd 2017, 17:41:00.000 2017-02-22T16:41:00,390 ERROR [MonitorScheduler-0] io.druid.emitter.statsd.StatsDEmitter - Metric=[jetty/numOpenConnections] has no StatsD type mapping
February 22nd 2017, 17:40:49.000 2017-02-22T16:40:49,507 ERROR [MonitorScheduler-0] io.druid.emitter.statsd.StatsDEmitter - Metric=[jetty/numOpenConnections] has no StatsD type mapping
February 22nd 2017, 17:40:40.000 2017-02-22T16:40:40,730 ERROR [Coordinator-Exec--0] io.druid.emitter.statsd.StatsDEmitter - Metric=[segment/underReplicated/count] has no StatsD type
about 220 log lines in 15 mins (running 1 node of each druid role). Would be nice to have an option to turn these off.
I enabled
statsd-emitterwhich works great, the only problem I have with it is that it pollutes our logs with many errors for missing statsd mapping, coming from here:https://github.com/druid-io/druid/blob/master/extensions-contrib/statsd-emitter/src/main/java/io/druid/emitter/statsd/StatsDEmitter.java#L123
e.g:
about 220 log lines in 15 mins (running 1 node of each druid role). Would be nice to have an option to turn these off.