package
0.0.0-20250305113347-723568176820
Repository: https://github.com/cilium/proxy.git
Documentation: pkg.go.dev

# Variables

No description provided by the author

# Structs

Describes custom tags for the active span.
Environment type custom tag with environment name and default value.
No description provided by the author
CustomTag_EnvironmentValidationError is the validation error returned by CustomTag_Environment.Validate if the designated constraints aren't met.
Header type custom tag with header name and default value.
CustomTag_HeaderValidationError is the validation error returned by CustomTag_Header.Validate if the designated constraints aren't met.
Literal type custom tag with static value for the tag value.
No description provided by the author
CustomTag_LiteralValidationError is the validation error returned by CustomTag_Literal.Validate if the designated constraints aren't met.
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.
No description provided by the author
CustomTag_MetadataValidationError is the validation error returned by CustomTag_Metadata.Validate if the designated constraints aren't met.
No description provided by the author
CustomTagValidationError is the validation error returned by CustomTag.Validate if the designated constraints aren't met.

# Type aliases

CustomTag_EnvironmentMultiError is an error wrapping multiple validation errors returned by CustomTag_Environment.ValidateAll() if the designated constraints aren't met.
CustomTag_HeaderMultiError is an error wrapping multiple validation errors returned by CustomTag_Header.ValidateAll() if the designated constraints aren't met.
CustomTag_LiteralMultiError is an error wrapping multiple validation errors returned by CustomTag_Literal.ValidateAll() if the designated constraints aren't met.
CustomTag_MetadataMultiError is an error wrapping multiple validation errors returned by CustomTag_Metadata.ValidateAll() if the designated constraints aren't met.
CustomTagMultiError is an error wrapping multiple validation errors returned by CustomTag.ValidateAll() if the designated constraints aren't met.