Skip to content
This repository was archived by the owner on Oct 3, 2023. It is now read-only.

Commit b822001

Browse files
authored
Document that all maximum values must be specified. (#181)
Fixes #179.
1 parent c9cc5de commit b822001

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/opencensus/proto/trace/v1/trace_config.proto

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ option java_outer_classname = "TraceConfigProto";
2222

2323
option go_package = "github.com/census-instrumentation/opencensus-proto/gen-go/trace/v1";
2424

25-
// Global configuration of the trace service.
25+
// Global configuration of the trace service. All fields must be specified, or
26+
// the default (zero) values will be used for each type.
2627
message TraceConfig {
2728

2829
// The global default sampler used to make decisions on span sampling.

0 commit comments

Comments
 (0)