Skip to content

jaeger-all-in-one returns GRPC error NOT_FOUND for GetTrace #3809

Discussion options

You must be logged in to vote

gRPC GetTraceRequest expects trace_id arg to be a binary representation of the trace ID (array of bytes). You're passing t = b'a58f82ec66388fde', which is just a string of ASCII characters as bytes, not the same thing. You need to decode the hex string into bytes first.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@pkrishnanreflexion
Comment options

@yurishkuro
Comment options

@pkrishnanreflexion
Comment options

Answer selected by pkrishnanreflexion
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants