View Source Envoy.Config.Trace.V3.LightstepConfig (envoy_data_plane_api v0.2.0)

Summary

Types

@type t() :: %Envoy.Config.Trace.V3.LightstepConfig{
  __unknown_fields__: [
    {field_number :: integer(), Protobuf.Wire.Types.wire_type(),
     value :: term()}
  ],
  access_token: Envoy.Config.Core.V3.DataSource.t() | nil,
  access_token_file: String.t(),
  collector_cluster: String.t(),
  propagation_modes: [Envoy.Config.Trace.V3.LightstepConfig.PropagationMode.t()]
}