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 2019/07/10 20:51:14 UTC

[GitHub] [incubator-druid] alonshoshani opened a new issue #8058: Graphite Emitter Issue Druid 0.14

alonshoshani opened a new issue #8058: Graphite Emitter Issue Druid 0.14
URL: https://github.com/apache/incubator-druid/issues/8058
 
 
   I'm using Druid 0.14 and try sending metrics to graphite.
   I'm using the following configuration in the common file and the graphite metrics **Are not sent** I try it in the coordinator and the historicals service and still nothing is being sent.
   Important to say that we worked with graphite emitter in druid 0.9 and everything worked smoothly.
   
   Attached the logs and my configuration! thx!
   
   When the service is up it wrote this lines to the log file
   
   ```
   2019-07-10T20:32:00,666 INFO [main] org.apache.druid.guice.JsonConfigurator - Skipping druid.emitter.graphite.hostname property: one of it's prefixes is also used as a property key. Prefix: druid
   2019-07-10T20:32:00,666 INFO [main] org.apache.druid.guice.JsonConfigurator - Skipping druid.emitter.graphite.port property: one of it's prefixes is also used as a property key. Prefix: druid
   2019-07-10T20:32:00,666 INFO [main] org.apache.druid.guice.JsonConfigurator - Skipping druid.emitter.graphite.alertEmitters property: one of it's prefixes is also used as a property key. Prefix: druid
   2019-07-10T20:32:00,667 INFO [main] org.apache.druid.guice.JsonConfigurator - Skipping druid.emitter.graphite.eventConverter property: one of it's prefixes is also used as a property key. Prefix: druid
   ```
   
   
   My configuration
   
   ```
   # Monitoring
   druid.monitoring.monitors=["org.apache.druid.java.util.metrics.JvmMonitor"]
   druid.monitoring.emissionPeriod=PT10s
   
   druid.emitter=graphite
   druid.emitter.logging.logLevel=info
   
   # Graphite configuration
   druid.emitter.graphite.hostname=my.graphite.domain
   # Text port = 2003, Pickle port = 2004. Graphite emitter uses Pickle protocol
   druid.emitter.graphite.port=2004
   druid.emitter.graphite.eventConverter={"type":"all", "namespacePrefix": "app-druid-014", 
   # in milliseconds
   druid.emitter.graphite.flushPeriod=10000
   druid.emitter.graphite.alertEmitters=["logging"]
   
   ```

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