Interface TraceConfigOrBuilder

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

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

      • hasProbabilitySampler

        boolean hasProbabilitySampler()
        .opencensus.proto.trace.v1.ProbabilitySampler probability_sampler = 1;
        Returns:
        Whether the probabilitySampler field is set.
      • getProbabilitySampler

        ProbabilitySampler getProbabilitySampler()
        .opencensus.proto.trace.v1.ProbabilitySampler probability_sampler = 1;
        Returns:
        The probabilitySampler.
      • getProbabilitySamplerOrBuilder

        ProbabilitySamplerOrBuilder getProbabilitySamplerOrBuilder()
        .opencensus.proto.trace.v1.ProbabilitySampler probability_sampler = 1;
      • hasConstantSampler

        boolean hasConstantSampler()
        .opencensus.proto.trace.v1.ConstantSampler constant_sampler = 2;
        Returns:
        Whether the constantSampler field is set.
      • getConstantSampler

        ConstantSampler getConstantSampler()
        .opencensus.proto.trace.v1.ConstantSampler constant_sampler = 2;
        Returns:
        The constantSampler.
      • getConstantSamplerOrBuilder

        ConstantSamplerOrBuilder getConstantSamplerOrBuilder()
        .opencensus.proto.trace.v1.ConstantSampler constant_sampler = 2;
      • hasRateLimitingSampler

        boolean hasRateLimitingSampler()
        .opencensus.proto.trace.v1.RateLimitingSampler rate_limiting_sampler = 3;
        Returns:
        Whether the rateLimitingSampler field is set.
      • getRateLimitingSampler

        RateLimitingSampler getRateLimitingSampler()
        .opencensus.proto.trace.v1.RateLimitingSampler rate_limiting_sampler = 3;
        Returns:
        The rateLimitingSampler.
      • getRateLimitingSamplerOrBuilder

        RateLimitingSamplerOrBuilder getRateLimitingSamplerOrBuilder()
        .opencensus.proto.trace.v1.RateLimitingSampler rate_limiting_sampler = 3;
      • getMaxNumberOfAttributes

        long getMaxNumberOfAttributes()
         The global default max number of attributes per span.
         
        int64 max_number_of_attributes = 4;
        Returns:
        The maxNumberOfAttributes.
      • getMaxNumberOfAnnotations

        long getMaxNumberOfAnnotations()
         The global default max number of annotation events per span.
         
        int64 max_number_of_annotations = 5;
        Returns:
        The maxNumberOfAnnotations.
      • getMaxNumberOfMessageEvents

        long getMaxNumberOfMessageEvents()
         The global default max number of message events per span.
         
        int64 max_number_of_message_events = 6;
        Returns:
        The maxNumberOfMessageEvents.
      • getMaxNumberOfLinks

        long getMaxNumberOfLinks()
         The global default max number of link entries per span.
         
        int64 max_number_of_links = 7;
        Returns:
        The maxNumberOfLinks.