Uses of Interface
io.envoyproxy.envoy.config.trace.v3.TracingOrBuilder
-
Packages that use TracingOrBuilder Package Description io.envoyproxy.envoy.config.bootstrap.v3 io.envoyproxy.envoy.config.trace.v3 -
-
Uses of TracingOrBuilder in io.envoyproxy.envoy.config.bootstrap.v3
Fields in io.envoyproxy.envoy.config.bootstrap.v3 with type parameters of type TracingOrBuilder Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilder<Tracing,Tracing.Builder,TracingOrBuilder>
Bootstrap.Builder. tracingBuilder_
Methods in io.envoyproxy.envoy.config.bootstrap.v3 that return TracingOrBuilder Modifier and Type Method Description TracingOrBuilder
Bootstrap.Builder. getTracingOrBuilder()
Deprecated.TracingOrBuilder
Bootstrap. getTracingOrBuilder()
Deprecated.TracingOrBuilder
BootstrapOrBuilder. getTracingOrBuilder()
Deprecated.Methods in io.envoyproxy.envoy.config.bootstrap.v3 that return types with arguments of type TracingOrBuilder Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilder<Tracing,Tracing.Builder,TracingOrBuilder>
Bootstrap.Builder. getTracingFieldBuilder()
Configuration for an external tracing provider. -
Uses of TracingOrBuilder in io.envoyproxy.envoy.config.trace.v3
Classes in io.envoyproxy.envoy.config.trace.v3 that implement TracingOrBuilder Modifier and Type Class Description class
Tracing
The tracing configuration specifies settings for an HTTP tracer provider used by Envoy.static class
Tracing.Builder
The tracing configuration specifies settings for an HTTP tracer provider used by Envoy.
-