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

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

// 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 RateLimitingSamplerOrBuilder extends
    // @@protoc_insertion_point(interface_extends:opencensus.proto.trace.v1.RateLimitingSampler)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Rate per second.
   * 
* * int64 qps = 1; * @return The qps. */ long getQps(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy