tracing

Summary

Example object

{
  "ingress": true,
  "request_headers_for_tags": null
}

Fields

ingress

true if this listener handles incoming traffic. false if the listener handles outgoing traffic from the Sidecar to the mesh.

request_headers_for_tags

This 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?