Closed putthiwat0cha closed 5 days ago
we have extensive troubleshooting section https://www.jaegertracing.io/docs/1.63/spm/#troubleshooting
we have extensive troubleshooting section https://www.jaegertracing.io/docs/1.63/spm/#troubleshooting
@yurishkuro
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...
Please post the output of the troubleshooting steps
Please post the output of the troubleshooting steps
@yurishkuro
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...
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
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
@yurishkuro
- duration_bucket
- duration_milliseconds_bucket
- duration_seconds_bucket
- calls
- calls_total
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:
https://drive.google.com/file/d/1zpLS9ecTyAQwrknIRCSsDlL3ZBqowykB/view?usp=sharing
it use only 4 commands to build
docker login --username=DOCKER_ACCOUNT_USERNAME docker-compose -f "D:/Jaeger/jaeger.yml" up -d pip install opentelemetry-api opentelemetry-sdk opentelemetry-exporter-otlp python D:/Jaeger/test_script/tracing.py
All of them return nothing, in both table and graph tab.
that means the metrics are not making it from otel collector to prometheus
What happened?
I try to trace performance from my Py service but even though the spans appear normally in search tab
the monitor tab show no data at all, in every kinds of spans at dropdown.
. . .
Steps to reproduce
This 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 behavior
If spans from Py service already appear in search tab, the monitor tab should show data as well.