public interface TraceConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ConstantSampler |
getConstantSampler()
.opencensus.proto.trace.v1.ConstantSampler constant_sampler = 2; |
ConstantSamplerOrBuilder |
getConstantSamplerOrBuilder()
.opencensus.proto.trace.v1.ConstantSampler constant_sampler = 2; |
long |
getMaxNumberOfAnnotations()
The global default max number of annotation events per span.
|
long |
getMaxNumberOfAttributes()
The global default max number of attributes per span.
|
long |
getMaxNumberOfLinks()
The global default max number of link entries per span.
|
long |
getMaxNumberOfMessageEvents()
The global default max number of message events per span.
|
ProbabilitySampler |
getProbabilitySampler()
.opencensus.proto.trace.v1.ProbabilitySampler probability_sampler = 1; |
ProbabilitySamplerOrBuilder |
getProbabilitySamplerOrBuilder()
.opencensus.proto.trace.v1.ProbabilitySampler probability_sampler = 1; |
RateLimitingSampler |
getRateLimitingSampler()
.opencensus.proto.trace.v1.RateLimitingSampler rate_limiting_sampler = 3; |
RateLimitingSamplerOrBuilder |
getRateLimitingSamplerOrBuilder()
.opencensus.proto.trace.v1.RateLimitingSampler rate_limiting_sampler = 3; |
TraceConfig.SamplerCase |
getSamplerCase() |
boolean |
hasConstantSampler()
.opencensus.proto.trace.v1.ConstantSampler constant_sampler = 2; |
boolean |
hasProbabilitySampler()
.opencensus.proto.trace.v1.ProbabilitySampler probability_sampler = 1; |
boolean |
hasRateLimitingSampler()
.opencensus.proto.trace.v1.RateLimitingSampler rate_limiting_sampler = 3; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasProbabilitySampler()
.opencensus.proto.trace.v1.ProbabilitySampler probability_sampler = 1;ProbabilitySampler getProbabilitySampler()
.opencensus.proto.trace.v1.ProbabilitySampler probability_sampler = 1;ProbabilitySamplerOrBuilder getProbabilitySamplerOrBuilder()
.opencensus.proto.trace.v1.ProbabilitySampler probability_sampler = 1;boolean hasConstantSampler()
.opencensus.proto.trace.v1.ConstantSampler constant_sampler = 2;ConstantSampler getConstantSampler()
.opencensus.proto.trace.v1.ConstantSampler constant_sampler = 2;ConstantSamplerOrBuilder getConstantSamplerOrBuilder()
.opencensus.proto.trace.v1.ConstantSampler constant_sampler = 2;boolean hasRateLimitingSampler()
.opencensus.proto.trace.v1.RateLimitingSampler rate_limiting_sampler = 3;RateLimitingSampler getRateLimitingSampler()
.opencensus.proto.trace.v1.RateLimitingSampler rate_limiting_sampler = 3;RateLimitingSamplerOrBuilder getRateLimitingSamplerOrBuilder()
.opencensus.proto.trace.v1.RateLimitingSampler rate_limiting_sampler = 3;long getMaxNumberOfAttributes()
The global default max number of attributes per span.
int64 max_number_of_attributes = 4;long getMaxNumberOfAnnotations()
The global default max number of annotation events per span.
int64 max_number_of_annotations = 5;long getMaxNumberOfMessageEvents()
The global default max number of message events per span.
int64 max_number_of_message_events = 6;long getMaxNumberOfLinks()
The global default max number of link entries per span.
int64 max_number_of_links = 7;TraceConfig.SamplerCase getSamplerCase()