tracing
Summary
Example object
{
"ingress": true,
"request_headers_for_tags": null
}Fields
ingress
ingresstrue if this listener handles incoming traffic. false if the listener handles outgoing traffic from the Sidecar to the mesh.
request_headers_for_tags
request_headers_for_tagsThis field takes a list of header names to create tags for the active span. By default it is null, and no tags are configured. If values are configured, a tag is created if the value is present in the requests headers, with the header name used as the tag name, and the header value used as the tag value in a span.
Last updated
Was this helpful?