Uses of Class
io.envoyproxy.envoy.config.trace.v3.LightstepConfig.Builder
Packages that use LightstepConfig.Builder
-
Uses of LightstepConfig.Builder in io.envoyproxy.envoy.config.trace.v3
Subclasses with type arguments of type LightstepConfig.Builder in io.envoyproxy.envoy.config.trace.v3Modifier and TypeClassDescriptionstatic final classConfiguration for the LightStep tracer.Methods in io.envoyproxy.envoy.config.trace.v3 that return LightstepConfig.BuilderModifier and TypeMethodDescriptionLightstepConfig.Builder.addAllPropagationModes(Iterable<? extends LightstepConfig.PropagationMode> values) Propagation modes to use by LightStep's tracer.LightstepConfig.Builder.addAllPropagationModesValue(Iterable<Integer> values) Propagation modes to use by LightStep's tracer.LightstepConfig.Builder.addPropagationModes(LightstepConfig.PropagationMode value) Propagation modes to use by LightStep's tracer.LightstepConfig.Builder.addPropagationModesValue(int value) Propagation modes to use by LightStep's tracer.LightstepConfig.Builder.clear()LightstepConfig.Builder.clearAccessToken()Access token to the `LightStep <https://lightstep.com/>`_ API.LightstepConfig.Builder.clearAccessTokenFile()Deprecated.envoy.config.trace.v3.LightstepConfig.access_token_file is deprecated.LightstepConfig.Builder.clearCollectorCluster()The cluster manager cluster that hosts the LightStep collectors.LightstepConfig.Builder.clearPropagationModes()Propagation modes to use by LightStep's tracer.LightstepConfig.Builder.mergeAccessToken(DataSource value) Access token to the `LightStep <https://lightstep.com/>`_ API.LightstepConfig.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) LightstepConfig.Builder.mergeFrom(com.google.protobuf.Message other) LightstepConfig.Builder.mergeFrom(LightstepConfig other) static LightstepConfig.BuilderLightstepConfig.newBuilder()static LightstepConfig.BuilderLightstepConfig.newBuilder(LightstepConfig prototype) LightstepConfig.newBuilderForType()protected LightstepConfig.BuilderLightstepConfig.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) LightstepConfig.Builder.setAccessToken(DataSource value) Access token to the `LightStep <https://lightstep.com/>`_ API.LightstepConfig.Builder.setAccessToken(DataSource.Builder builderForValue) Access token to the `LightStep <https://lightstep.com/>`_ API.LightstepConfig.Builder.setAccessTokenFile(String value) Deprecated.envoy.config.trace.v3.LightstepConfig.access_token_file is deprecated.LightstepConfig.Builder.setAccessTokenFileBytes(com.google.protobuf.ByteString value) Deprecated.envoy.config.trace.v3.LightstepConfig.access_token_file is deprecated.LightstepConfig.Builder.setCollectorCluster(String value) The cluster manager cluster that hosts the LightStep collectors.LightstepConfig.Builder.setCollectorClusterBytes(com.google.protobuf.ByteString value) The cluster manager cluster that hosts the LightStep collectors.LightstepConfig.Builder.setPropagationModes(int index, LightstepConfig.PropagationMode value) Propagation modes to use by LightStep's tracer.LightstepConfig.Builder.setPropagationModesValue(int index, int value) Propagation modes to use by LightStep's tracer.LightstepConfig.toBuilder()