Uses of Interface
io.envoyproxy.envoy.type.tracing.v2.CustomTagOrBuilder
-
Packages that use CustomTagOrBuilder Package Description io.envoyproxy.envoy.api.v2.route io.envoyproxy.envoy.config.filter.network.http_connection_manager.v2 io.envoyproxy.envoy.type.tracing.v2 -
-
Uses of CustomTagOrBuilder in io.envoyproxy.envoy.api.v2.route
Methods in io.envoyproxy.envoy.api.v2.route that return CustomTagOrBuilder Modifier and Type Method Description CustomTagOrBuilderTracing.Builder. getCustomTagsOrBuilder(int index)A list of custom tags with unique tag name to create tags for the active span.CustomTagOrBuilderTracing. getCustomTagsOrBuilder(int index)A list of custom tags with unique tag name to create tags for the active span.CustomTagOrBuilderTracingOrBuilder. getCustomTagsOrBuilder(int index)A list of custom tags with unique tag name to create tags for the active span.Methods in io.envoyproxy.envoy.api.v2.route that return types with arguments of type CustomTagOrBuilder Modifier and Type Method Description List<? extends CustomTagOrBuilder>Tracing.Builder. getCustomTagsOrBuilderList()A list of custom tags with unique tag name to create tags for the active span.List<? extends CustomTagOrBuilder>Tracing. getCustomTagsOrBuilderList()A list of custom tags with unique tag name to create tags for the active span.List<? extends CustomTagOrBuilder>TracingOrBuilder. getCustomTagsOrBuilderList()A list of custom tags with unique tag name to create tags for the active span. -
Uses of CustomTagOrBuilder in io.envoyproxy.envoy.config.filter.network.http_connection_manager.v2
Methods in io.envoyproxy.envoy.config.filter.network.http_connection_manager.v2 that return CustomTagOrBuilder Modifier and Type Method Description CustomTagOrBuilderHttpConnectionManager.Tracing.Builder. getCustomTagsOrBuilder(int index)A list of custom tags with unique tag name to create tags for the active span.CustomTagOrBuilderHttpConnectionManager.Tracing. getCustomTagsOrBuilder(int index)A list of custom tags with unique tag name to create tags for the active span.CustomTagOrBuilderHttpConnectionManager.TracingOrBuilder. getCustomTagsOrBuilder(int index)A list of custom tags with unique tag name to create tags for the active span.Methods in io.envoyproxy.envoy.config.filter.network.http_connection_manager.v2 that return types with arguments of type CustomTagOrBuilder Modifier and Type Method Description List<? extends CustomTagOrBuilder>HttpConnectionManager.Tracing.Builder. getCustomTagsOrBuilderList()A list of custom tags with unique tag name to create tags for the active span.List<? extends CustomTagOrBuilder>HttpConnectionManager.Tracing. getCustomTagsOrBuilderList()A list of custom tags with unique tag name to create tags for the active span.List<? extends CustomTagOrBuilder>HttpConnectionManager.TracingOrBuilder. getCustomTagsOrBuilderList()A list of custom tags with unique tag name to create tags for the active span. -
Uses of CustomTagOrBuilder in io.envoyproxy.envoy.type.tracing.v2
Classes in io.envoyproxy.envoy.type.tracing.v2 that implement CustomTagOrBuilder Modifier and Type Class Description classCustomTagDescribes custom tags for the active span.static classCustomTag.BuilderDescribes custom tags for the active span.
-