question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Graphite Emitter doesn't send metrics on Druid 0.14

See original GitHub issue

Affected 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:open
  • Created 4 years ago
  • Reactions:7
  • Comments:6 (1 by maintainers)

github_iconTop GitHub Comments

3reactions
mergoccommented, Jul 13, 2020

I have the same problem with statsd-emitter

0reactions
stale[bot]commented, Jul 13, 2020

This issue is no longer marked as stale.

Read more comments on GitHub >

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

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found