package envoy.type.tracing.v3

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

message CustomTag

custom_tag.proto:21

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

Used in: config.route.v3.Tracing, extensions.access_loggers.grpc.v3.CommonGrpcAccessLogConfig, extensions.filters.network.http_connection_manager.v3.HttpConnectionManager.Tracing

message CustomTag.Environment

custom_tag.proto:34

Environment type custom tag with environment name and default value.

Used in: CustomTag

message CustomTag.Header

custom_tag.proto:48

Header type custom tag with header name and default value.

Used in: CustomTag

message CustomTag.Literal

custom_tag.proto:25

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

Used in: CustomTag

message CustomTag.Metadata

custom_tag.proto:67

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: CustomTag