View Source Opencensus.Proto.Trace.V1.TraceConfig (envoy_data_plane_api v0.1.0)

Summary

Types

@type t() :: %Opencensus.Proto.Trace.V1.TraceConfig{
  __unknown_fields__: [
    {field_number :: integer(), Protobuf.Wire.Types.wire_type(),
     value :: term()}
  ],
  max_number_of_annotations: integer(),
  max_number_of_attributes: integer(),
  max_number_of_links: integer(),
  max_number_of_message_events: integer(),
  sampler:
    {:probability_sampler,
     Opencensus.Proto.Trace.V1.ProbabilitySampler.t() | nil}
    | {:constant_sampler, Opencensus.Proto.Trace.V1.ConstantSampler.t() | nil}
    | {:rate_limiting_sampler,
       Opencensus.Proto.Trace.V1.RateLimitingSampler.t() | nil}
    | nil
}