public interface LightstepConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getAccessTokenFile()
File containing the access token to the `LightStep
<https://lightstep.com/>`_ API.
|
com.google.protobuf.ByteString |
getAccessTokenFileBytes()
File containing the access token to the `LightStep
<https://lightstep.com/>`_ API.
|
String |
getCollectorCluster()
The cluster manager cluster that hosts the LightStep collectors.
|
com.google.protobuf.ByteString |
getCollectorClusterBytes()
The cluster manager cluster that hosts the LightStep collectors.
|
LightstepConfig.PropagationMode |
getPropagationModes(int index)
Propagation modes to use by LightStep's tracer.
|
int |
getPropagationModesCount()
Propagation modes to use by LightStep's tracer.
|
List<LightstepConfig.PropagationMode> |
getPropagationModesList()
Propagation modes to use by LightStep's tracer.
|
int |
getPropagationModesValue(int index)
Propagation modes to use by LightStep's tracer.
|
List<Integer> |
getPropagationModesValueList()
Propagation modes to use by LightStep's tracer.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
String getCollectorCluster()
The cluster manager cluster that hosts the LightStep collectors.
string collector_cluster = 1 [(.validate.rules) = { ... }
com.google.protobuf.ByteString getCollectorClusterBytes()
The cluster manager cluster that hosts the LightStep collectors.
string collector_cluster = 1 [(.validate.rules) = { ... }
String getAccessTokenFile()
File containing the access token to the `LightStep <https://lightstep.com/>`_ API.
string access_token_file = 2 [(.validate.rules) = { ... }
com.google.protobuf.ByteString getAccessTokenFileBytes()
File containing the access token to the `LightStep <https://lightstep.com/>`_ API.
string access_token_file = 2 [(.validate.rules) = { ... }
List<LightstepConfig.PropagationMode> getPropagationModesList()
Propagation modes to use by LightStep's tracer.
repeated .envoy.extensions.tracers.lightstep.v4alpha.LightstepConfig.PropagationMode propagation_modes = 3 [(.validate.rules) = { ... }
int getPropagationModesCount()
Propagation modes to use by LightStep's tracer.
repeated .envoy.extensions.tracers.lightstep.v4alpha.LightstepConfig.PropagationMode propagation_modes = 3 [(.validate.rules) = { ... }
LightstepConfig.PropagationMode getPropagationModes(int index)
Propagation modes to use by LightStep's tracer.
repeated .envoy.extensions.tracers.lightstep.v4alpha.LightstepConfig.PropagationMode propagation_modes = 3 [(.validate.rules) = { ... }
List<Integer> getPropagationModesValueList()
Propagation modes to use by LightStep's tracer.
repeated .envoy.extensions.tracers.lightstep.v4alpha.LightstepConfig.PropagationMode propagation_modes = 3 [(.validate.rules) = { ... }
int getPropagationModesValue(int index)
Propagation modes to use by LightStep's tracer.
repeated .envoy.extensions.tracers.lightstep.v4alpha.LightstepConfig.PropagationMode propagation_modes = 3 [(.validate.rules) = { ... }
Copyright © 2018–2021 The Envoy Project. All rights reserved.