Replies: 1 comment 1 reply
-
I looked at the code and it's randomly generated; if you do enough of them you would get a clash. You could try setting env var |
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
-
Hi All,
I created a QF service just wrapping a cortex instance and with only query-frontend module enabled. I didn't enable jaeger to send traces, but I do need some unique Id for each reqeust, so I added below code to my QF main.go.
Then the requests coming from my QF service will have a uber-trace-id(genereated in cortex query-frontend module) in the header to my query service. I'm expecting the uber-trace-id is unique, however, I'm keep seeing different client requests having the same uber-trace-id and the reqeusts were made days apart. Below are example requests having same uber-trace-id
I assume duplicate uber-trace-id is not expected, did I miss anything to generate uber-trace-id? Could you please help to find the root cause of this?
Beta Was this translation helpful? Give feedback.
All reactions