package envoy.type.tracing.v2

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

message CustomTag

custom_tag.proto:20

Describes custom tags for the active span. [#next-free-field: 6]

Used in: api.v2.route.Tracing, config.filter.network.http_connection_manager.v2.HttpConnectionManager.Tracing

message CustomTag.Environment

custom_tag.proto:28

Environment type custom tag with environment name and default value.

Used in: CustomTag

message CustomTag.Header

custom_tag.proto:39

Header type custom tag with header name and default value.

Used in: CustomTag

message CustomTag.Literal

custom_tag.proto:22

Literal type custom tag with static value for the tag value.

Used in: CustomTag

message CustomTag.Metadata

custom_tag.proto:55

Metadata type custom tag using :ref:`MetadataKey <envoy_api_msg_type.metadata.v2.MetadataKey>` to retrieve the protobuf value from :ref:`Metadata <envoy_api_msg_core.Metadata>`, and populate the tag value with `the canonical JSON <https://developers.google.com/protocol-buffers/docs/proto3#json>`_ representation of it.

Used in: CustomTag