public static interface Trace.Tracing.HttpOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Struct |
getConfig()
Trace driver specific configuration which depends on the driver being
instantiated.
|
com.google.protobuf.StructOrBuilder |
getConfigOrBuilder()
Trace driver specific configuration which depends on the driver being
instantiated.
|
String |
getName()
The name of the HTTP trace driver to instantiate.
|
com.google.protobuf.ByteString |
getNameBytes()
The name of the HTTP trace driver to instantiate.
|
boolean |
hasConfig()
Trace driver specific configuration which depends on the driver being
instantiated.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
The name of the HTTP trace driver to instantiate. The name must match a supported HTTP trace driver. *envoy.lightstep*, *envoy.zipkin*, and *envoy.dynamic.ot* are built-in trace drivers.
string name = 1 [(.validate.rules) = { ... }com.google.protobuf.ByteString getNameBytes()
The name of the HTTP trace driver to instantiate. The name must match a supported HTTP trace driver. *envoy.lightstep*, *envoy.zipkin*, and *envoy.dynamic.ot* are built-in trace drivers.
string name = 1 [(.validate.rules) = { ... }boolean hasConfig()
Trace driver specific configuration which depends on the driver being instantiated. See the :ref:`LightstepConfig <envoy_api_msg_config.trace.v2.LightstepConfig>`, :ref:`ZipkinConfig <envoy_api_msg_config.trace.v2.ZipkinConfig>`, and :ref:`DynamicOtConfig <envoy_api_msg_config.trace.v2.DynamicOtConfig>` trace drivers for examples.
.google.protobuf.Struct config = 2;com.google.protobuf.Struct getConfig()
Trace driver specific configuration which depends on the driver being instantiated. See the :ref:`LightstepConfig <envoy_api_msg_config.trace.v2.LightstepConfig>`, :ref:`ZipkinConfig <envoy_api_msg_config.trace.v2.ZipkinConfig>`, and :ref:`DynamicOtConfig <envoy_api_msg_config.trace.v2.DynamicOtConfig>` trace drivers for examples.
.google.protobuf.Struct config = 2;com.google.protobuf.StructOrBuilder getConfigOrBuilder()
Trace driver specific configuration which depends on the driver being instantiated. See the :ref:`LightstepConfig <envoy_api_msg_config.trace.v2.LightstepConfig>`, :ref:`ZipkinConfig <envoy_api_msg_config.trace.v2.ZipkinConfig>`, and :ref:`DynamicOtConfig <envoy_api_msg_config.trace.v2.DynamicOtConfig>` trace drivers for examples.
.google.protobuf.Struct config = 2;Copyright © 2018 The Envoy Project. All rights reserved.