@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
}