Automatic instrument not propagating B3 headers to HTTP requests #2645
danhngo-lx
started this conversation in
General
Replies: 1 comment 3 replies
-
@danhngo-lx were you able to find why you are not seeing the headers? |
Beta Was this translation helpful? Give feedback.
3 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.
-
Hi, I'm trying to setup automatic instrument for a static frondend. My idea is that whenever the frontend (browser side) makes any HTTP requests to a remote service, the requests also include B3 headers so that the remote service doesn't generate a new traceID. So I don't need to use an exporter from the browser side (as that would need to expose the trace collector service).
Here's what I have so far:
The problem is as the requests are made, I don't see any B3 headers in them. Am I missing something here?
Beta Was this translation helpful? Give feedback.
All reactions