Example of using Jaeger with Prometheus and Grafana #2762
Unanswered
zhylinskiy-stryber
asked this question in
Q&A
Replies: 2 comments 10 replies
-
Are you talking about this one here? https://github.com/jaegertracing/jaeger/tree/master/monitoring/jaeger-mixin What does "didn't work 100% mean"? Did you see error messages? |
Beta Was this translation helpful? Give feedback.
9 replies
-
Looks like metric aggregation and alerting. @zhylinskiy-stryber can you have a look at this and see if this describes what you want to do? open-telemetry/opentelemetry-collector-contrib#403 (comment) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone.
My goal is to set up monitoring for my app, make alerts for pretty standard cases, like very long http request, or heavy SQL query.
I have an app written in PHP using Laravel framework. I got to the point where I can send traces to Jaeger with proper information attached, that works fine.
I run my environment using docker-compose. I have Jaeger all-in-one, Prometheus and Grafana. I managed to scrape metrics from Jaeger, using Prometheus. Little off topic: Would be nice if someone pointed me out, why cannot Grafana communicate directly to Jaeger, and instead uses Prometheus.
I copied default Grafana dashboard from repo and it didn't work for 100%, only few graphics work.
I also tried the way of using jb and jsonnet to generate dashboard JSON, but still it doesn't work for 100%
Please,
can anyone provide any useful information on how to:
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions