Interface LightstepConfigOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    LightstepConfig, LightstepConfig.Builder

    public interface LightstepConfigOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getCollectorCluster

        String getCollectorCluster()
         The cluster manager cluster that hosts the LightStep collectors.
         
        string collector_cluster = 1 [(.validate.rules) = { ... }
      • getCollectorClusterBytes

        com.google.protobuf.ByteString getCollectorClusterBytes()
         The cluster manager cluster that hosts the LightStep collectors.
         
        string collector_cluster = 1 [(.validate.rules) = { ... }
      • getAccessTokenFile

        String getAccessTokenFile()
         File containing the access token to the `LightStep
         <https://lightstep.com/>`_ API.
         
        string access_token_file = 2 [(.validate.rules) = { ... }
      • getAccessTokenFileBytes

        com.google.protobuf.ByteString getAccessTokenFileBytes()
         File containing the access token to the `LightStep
         <https://lightstep.com/>`_ API.
         
        string access_token_file = 2 [(.validate.rules) = { ... }
      • getPropagationModesList

        List<LightstepConfig.PropagationMode> getPropagationModesList()
         Propagation modes to use by LightStep's tracer.
         
        repeated .envoy.config.trace.v2.LightstepConfig.PropagationMode propagation_modes = 3 [(.validate.rules) = { ... }
      • getPropagationModesCount

        int getPropagationModesCount()
         Propagation modes to use by LightStep's tracer.
         
        repeated .envoy.config.trace.v2.LightstepConfig.PropagationMode propagation_modes = 3 [(.validate.rules) = { ... }
      • getPropagationModes

        LightstepConfig.PropagationMode getPropagationModes​(int index)
         Propagation modes to use by LightStep's tracer.
         
        repeated .envoy.config.trace.v2.LightstepConfig.PropagationMode propagation_modes = 3 [(.validate.rules) = { ... }
      • getPropagationModesValueList

        List<Integer> getPropagationModesValueList()
         Propagation modes to use by LightStep's tracer.
         
        repeated .envoy.config.trace.v2.LightstepConfig.PropagationMode propagation_modes = 3 [(.validate.rules) = { ... }
      • getPropagationModesValue

        int getPropagationModesValue​(int index)
         Propagation modes to use by LightStep's tracer.
         
        repeated .envoy.config.trace.v2.LightstepConfig.PropagationMode propagation_modes = 3 [(.validate.rules) = { ... }