View Source Envoy.Type.Tracing.V2.CustomTag (envoy_data_plane_api v0.1.0)
Summary
Types
@type t() :: %Envoy.Type.Tracing.V2.CustomTag{ __unknown_fields__: [ {field_number :: integer(), Protobuf.Wire.Types.wire_type(), value :: term()} ], tag: String.t(), type: {:literal, Envoy.Type.Tracing.V2.CustomTag.Literal.t() | nil} | {:environment, Envoy.Type.Tracing.V2.CustomTag.Environment.t() | nil} | {:request_header, Envoy.Type.Tracing.V2.CustomTag.Header.t() | nil} | {:metadata, Envoy.Type.Tracing.V2.CustomTag.Metadata.t() | nil} | nil }