All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.opencensus.proto.trace.v1.ProbabilitySamplerOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.0.46
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: opencensus/proto/trace/v1/trace_config.proto

package io.opencensus.proto.trace.v1;

public interface ProbabilitySamplerOrBuilder extends
    // @@protoc_insertion_point(interface_extends:opencensus.proto.trace.v1.ProbabilitySampler)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * The desired probability of sampling. Must be within [0.0, 1.0].
   * 
* * double samplingProbability = 1; * @return The samplingProbability. */ double getSamplingProbability(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy