Monitor tab has no data even though the spans appear in search tab #6205
-
What happened?I try to trace performance from my Py service the monitor tab show no data at all, in every kinds of spans at dropdown. Steps to reproduceThis is "jaeger.yml"
. This is "otel.yml"
. This is "prometheus.yml"
. This is command to build Jaeger to Docker Container
This is state of Prometheus target This is "tracing.py"
. This is command to run Py service script
Expected behaviorIf spans from Py service already appear in search tab, the monitor tab should show data as well. |
Beta Was this translation helpful? Give feedback.
Replies: 11 comments 5 replies
-
we have extensive troubleshooting section https://www.jaegertracing.io/docs/1.63/spm/#troubleshooting |
Beta Was this translation helpful? Give feedback.
-
I already review document before building these scripts but it does not help me resolve this issue at all. Also tried to modified the scripts multiple times for whole weeks as well but still have no luck. May you please test what I provided in "Steps to reproduce" then explain what I did wrong? I have no idea how to fix it anymore... |
Beta Was this translation helpful? Give feedback.
-
Please post the output of the troubleshooting steps |
Beta Was this translation helpful? Give feedback.
-
Do you mean this one? I think I have provided enough information already. Now, may I ask, could you please help me check what is wrong with my scripts? I am not that expert so I have no idea how to resolve this issue if your explanation has too little detail... |
Beta Was this translation helpful? Give feedback.
-
Your screenshots are not showing any requests to the APIs for retrieving SPM data. But I was asking about metrics in Prometheus: https://www.jaegertracing.io/docs/1.63/spm/#query-prometheus |
Beta Was this translation helpful? Give feedback.
-
All of them return nothing, in both table and graph tab. I think it will be more efficient to resolve this issue by letting you try building my script:
it use only 4 commands to build
|
Beta Was this translation helpful? Give feedback.
-
that means the metrics are not making it from otel collector to prometheus |
Beta Was this translation helpful? Give feedback.
-
The issue you're experiencing with the monitor tab in Jaeger showing no data, despite spans appearing in the search tab, could be related to the configuration of the Service Performance Monitoring (SPM) feature. Here are some steps and checks you can perform to resolve this:
By following these steps, you should be able to identify and resolve the issue with the monitor tab not displaying data. If the problem persists, consider running a minimal setup locally to isolate the issue further. |
Beta Was this translation helpful? Give feedback.
-
The issue you're experiencing, where the monitor tab in Jaeger shows no data despite spans appearing in the search tab, is likely related to the configuration of the Service Performance Monitoring (SPM) feature. Here are some steps and considerations to help resolve this:
By ensuring these configurations are correct and checking the relevant metrics, you should be able to resolve the issue with the monitor tab not displaying data. |
Beta Was this translation helpful? Give feedback.
-
This issue is NOT resolved yet. Any answers from humans are welcome. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
@yurishkuro
After multiple attempts, these are my Yml scripts now;
,
,
,
jaeger.yml