Trace Header from client to server

Hi there,
I’m adding some instrumentation to my glitch server app using OpenTelemetry and Honeycomb and when I get the SpanContext out of the request it already has a trace-id and span-id in it.
What trace headers are being used in the Glitch client?
Is Glitch instrumenting the client?

I am trying to do the same and it seems like Glitch is using the header for something.

My context is not passed on between functions as it should be as it seems like Glitch might be overriding the header.

Did you maybe find out more about this?

Turns out Glitch has instrumented their code as well. We decided not to use the incoming header in our instrumentation.

1 Like