Document that all maximum values must be specified. (#181)

Fixes #179.
pull/183/head
easy 6 years ago committed by GitHub
parent c9cc5de725
commit b8220012f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      src/opencensus/proto/trace/v1/trace_config.proto

@ -22,7 +22,8 @@ option java_outer_classname = "TraceConfigProto";
option go_package = "github.com/census-instrumentation/opencensus-proto/gen-go/trace/v1";
// Global configuration of the trace service.
// Global configuration of the trace service. All fields must be specified, or
// the default (zero) values will be used for each type.
message TraceConfig {
// The global default sampler used to make decisions on span sampling.

Loading…
Cancel
Save