Missing trace_id inside http_server/client_* #891
Unanswered
JecminekTomas
asked this question in
Q&A
Replies: 1 comment 8 replies
|
You have enable exemplars - they are the dots on the bottom: This is a view of using the example app
|
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hello, I'd like to pair Prometheus metrics with Tempo traces, but there is no
trace_id, what so ever.I've saw Prometheus connection is being setup to show an exemplar.
But, inside
http_server_/http_client_duration_miliseconds_*, there is no trace_id. So there is no way for me to join those records.There are some examples:
http_server_duration_milliseconds_bucket{job="some-backend",le="0",method="GET",path="/lists/countries",service_name="some-backend",status="304"}http_client_duration_milliseconds_sum{http_flavor="1.1",http_method="GET",http_status_code="404",job="some-backend",net_peer_name="api.stripe.com",net_peer_port="443",service_name="some-backend"}http_server_request_count_requests_total{job="soe-backend",method="GET",path="/lists/currencies",service_name="some-backend"}Am I doing something wrong? In advance, thank you for your help.
All reactions