Get desktop application:
View/edit binary Protocol Buffers messages
Describes custom tags for the active span. [#next-free-field: 6]
Used in:
, ,Used to populate the tag name.
Used to specify what kind of custom tag.
A literal custom tag.
An environment custom tag.
A request header custom tag.
A custom tag to obtain tag value from the metadata.
Environment type custom tag with environment name and default value.
Used in:
Environment variable name to obtain the value to populate the tag value.
When the environment variable is not found, the tag value will be populated with this default value if specified, otherwise no tag will be populated.
Header type custom tag with header name and default value.
Used in:
Header name to obtain the value to populate the tag value.
When the header does not exist, the tag value will be populated with this default value if specified, otherwise no tag will be populated.
Literal type custom tag with static value for the tag value.
Used in:
Static literal value to populate the tag value.
Metadata type custom tag using :ref:`MetadataKey <envoy_v3_api_msg_type.metadata.v3.MetadataKey>` to retrieve the protobuf value from :ref:`Metadata <envoy_v3_api_msg_config.core.v3.Metadata>`, and populate the tag value with `the canonical JSON <https://developers.google.com/protocol-buffers/docs/proto3#json>`_ representation of it.
Used in:
Specify what kind of metadata to obtain tag value from.
Metadata key to define the path to retrieve the tag value.
When no valid metadata is found, the tag value would be populated with this default value if specified, otherwise no tag would be populated.