Trace ID configuration experimental feature #2147
Replies: 6 comments 6 replies
|
Hey Apollo team 👋 We are leveraging this feature to expedite debugging by passing the trace id via the response headers to our client who then propagates it accordingly downstream to our various telemetry configurations. |
|
I see this is in response. Can we make it in request, right on the top of RouterService, so all the subgraphs and GraphOS get it. |
|
#4422 -- would like to be able to control the format - want base10 representation for our users. |
|
How i can disable this header? latest version 1.58.0 has this header as required, event if i'm not mention tracing section, event removing telemetry section from config still add header apollo-trace-id |
|
I am really liking this feature we have an active usecase to support this |
|
Can this feature graduate out from being experimental? |
Uh oh!
There was an error while loading. Please reload this page.
This is the discussion related to the experimental feature introduced here.
It's all about how to configure the way we can import and export the trace id.
As it's an experimental feature this discussion is opened to gather feedback from the community. Feel free to give your opinions.
Current configuration:
All reactions