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 metrics not working

See original GitHub issue
No available client connector supports the required protocols: 'WAR' . Please add the JAR of a matching connector to your classpath.
Starting the Jetty [HTTP/1.1] server on port 9000
Starting com.uber.stream.kafka.mirrormaker.controller.rest.ControllerRestApplication application
[2021-02-11 19:26:07,521] WARN Unable to report to Graphite (com.codahale.metrics.graphite.GraphiteReporter)
	at com.codahale.metrics.graphite.Graphite.connect(Graphite.java:129)
	at com.codahale.metrics.graphite.GraphiteReporter.report(GraphiteReporter.java:265)
[2021-02-11 19:27:07,517] WARN Unable to report to Graphite (com.codahale.metrics.graphite.GraphiteReporter)
	at com.codahale.metrics.graphite.Graphite.connect(Graphite.java:129)
	at com.codahale.metrics.graphite.GraphiteReporter.report(GraphiteReporter.java:265)
	controller.graphite.host : 35.187.124.7
	controller.graphite.port : 2003
	controller.graphite.report.freq.in.sec : 60
	controller.enable.graphite.report : true
	controller.graphite.host : 35.187.124.7
	controller.graphite.port : 2003
	controller.graphite.report.freq.in.sec : 60
	controller.enable.graphite.report : true
No available client connector supports the required protocols: 'WAR' . Please add the JAR of a matching connector to your classpath.

uber replicator is running fine, just metrics arent and i get this error. Can anyone let me know what jar file i should add to path?

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:9

github_iconTop GitHub Comments

1reaction
yangy0000commented, Feb 26, 2021

great it worked, this change was part of the federated ureplicator release. sorry it breaks the backward compatibility

0reactions
yangy0000commented, Mar 2, 2021

it’s not difficult but probably needs to touch many code. Alternatively, you should able to use https://github.com/prometheus/graphite_exporter to output Prometheus metrics

Read more comments on GitHub >

github_iconTop Results From Across the Web

No metrics in Graphite - grafana - Stack Overflow
I am using Grafana to display the data, and it works like a charm, only that the data from Graphite is empty. I...
Read more >
No metrics are being shown in Grafana or Graphite
Recently installed Grafana and Graphite but the only metrics that are showing up are the "Graphite Carbon Metrics". Any other metrics are.
Read more >
[BUG] Graphite 1.1.7-2 is not showing/collecting all metric points
I have setup a small example where I can see that I receive the same number of metrics, but it definitely doesn't look...
Read more >
Graphite Metrics Delay: Why it Happens and What to Do
Why Graphite metrics delays occur and what to do about it. Four easy fixes to get you kickstarted on your data visualization journey....
Read more >
Graphite Troubleshooting - Visualization, Metrics & Reporting
General Problems. graphite2 package on RHEL/CentOS. This is not the Graphite metrics project. Instead, you'll need to install carbon-cache, ...
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