| CustomTag |
Describes custom tags for the active span.
|
| CustomTag.Builder |
Describes custom tags for the active span.
|
| CustomTag.Environment |
Environment type custom tag with environment name and default value.
|
| CustomTag.Environment.Builder |
Environment type custom tag with environment name and default value.
|
| CustomTag.Header |
Header type custom tag with header name and default value.
|
| CustomTag.Header.Builder |
Header type custom tag with header name and default value.
|
| CustomTag.Literal |
Literal type custom tag with static value for the tag value.
|
| CustomTag.Literal.Builder |
Literal type custom tag with static value for the tag value.
|
| CustomTag.Metadata |
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.
|
| CustomTag.Metadata.Builder |
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.
|
| CustomTagProto |
|