Interface | Description |
---|---|
CustomTag.EnvironmentOrBuilder | |
CustomTag.HeaderOrBuilder | |
CustomTag.LiteralOrBuilder | |
CustomTag.MetadataOrBuilder | |
CustomTagOrBuilder |
Class | Description |
---|---|
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_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.
|
CustomTag.Metadata.Builder |
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.
|
CustomTagProto |
Enum | Description |
---|---|
CustomTag.TypeCase |
Copyright © 2018–2022 The Envoy Project. All rights reserved.