Graphite Emitter doesn't send metrics on Druid 0.14
See original GitHub issueAffected Version
The Druid Version 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"]
Issue Analytics
- State:
- Created 4 years ago
- Reactions:7
- Comments:6 (1 by maintainers)
Top Results From Across the Web
Graphite Emitter doesn't send metrics on Druid 0.14 #8166
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...
Read more >Graphite Emitter doesn't send metrics - Google ... - Druid Forum
Graphite Emitter doesn't send metrics ... Hi All, I have just upgraded our Druid to 0.14 and the graphite emitter doesn't work. Our...
Read more >[GitHub] [druid] mergoc commented on issue #8166: Graphite ...
[GitHub] [druid] mergoc commented on issue #8166: Graphite Emitter doesn't send metrics on Druid 0.14 · GitBox Mon, 13 Jul 2020 14:24:10 -0700....
Read more >Graphite Emitter - Apache Druid
The graphite emitter only emits service metric events to graphite (See Druid Metrics for a list of metrics). Alerts and request logs are...
Read more >Apache Druid 0.17.1 Notice - Cloudera Documentation
... License 2.0 apache/incubator-druid druid-0.14.0-incubating-rc1 : Apache ... 2.0 google-gson 2.8.6 : Apache License 2.0 graphite-emitter 0.17.1 : Apache ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I have the same problem with statsd-emitter
This issue is no longer marked as stale.