-
Notifications
You must be signed in to change notification settings - Fork 273
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add configuration for trace_id
#2080
Comments
Suggest that Maybe rename it to
|
I don't think the And about |
close #2080 Configuration example: ```yaml telemetry: tracing: experimental_response_trace_id: enabled: true # default: false header_name: "my-trace-id" # default: "apollo-trace-id" propagation: request: header_name: "x-request-id" jaeger: true ``` Signed-off-by: Benjamin Coenen <[email protected]> Co-authored-by: Geoffroy Couprie <[email protected]>
close #2080 Configuration example: ```yaml telemetry: tracing: experimental_response_trace_id: enabled: true # default: false header_name: "my-trace-id" # default: "apollo-trace-id" propagation: request: header_name: "x-request-id" jaeger: true ``` Signed-off-by: Benjamin Coenen <[email protected]> Co-authored-by: Geoffroy Couprie <[email protected]>
By default we decided to disable the export of
trace_id
in response headers for several reasons.The goal of this issue is to find what we need to configure the behavior of
trace_id
.Here are 3 different features I detected:
trace_id
in response headersapollo-trace-id
)trace_id
Configuration example:
The text was updated successfully, but these errors were encountered: