alonshoshani opened a new issue #8166: Graphite Emitter doesn't send metrics on 
Druid 0.14 
URL: https://github.com/apache/incubator-druid/issues/8166
 
 
   ### Affected Version
   
   The Druid Veesion is 0.14
   
   ### Description
   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 tried sending the metrics from the historicals 
service, only for the JVM Monitor for now.
   We already sent metrics to Graphite with 0.10 Druid Version.
   
   When the service is up it wrote these 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
   ```
   
   And this is my configuration file, the is the base configuration in the 
_common props,
   and for more monitors, we add in the configuration file for the specific 
service.
   
   ```
   # 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:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to