You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 26, 2024. It is now read-only.
This adds a `trace_header` setting. This will add the value (if found in
the Headers) to the tags as `header.trace`.
(e.g. if a request has `X-Cloud-Trace-Context: abc123` this will add a
tag with `header.trace: abc123` to the outboud tags for logging and
metrics.)
Closes#145
* feat: add an optional trace header to metrics/logging
This adds a `trace_header` setting. This will add the value (if found in
the Headers) to the tags as `header.trace`.
(e.g. if a request has `X-Cloud-Trace-Context: abc123` this will add a
tag with `header.trace: abc123` to the outboud tags for logging and
metrics.)
Closes#145
Per Ops, we should add the trace header data to the metric and logging calls.
This header may be
X-Cloud-Trace-Context
, ops to confirm.┆Issue is synchronized with this Jira Task
The text was updated successfully, but these errors were encountered: