Skip to content

Commit 1608f92

Browse files
Clarify uniqueness of Scope attribute keys
We use exact same wording as we already have for LogRecord, Span, etc.
1 parent 793cfbd commit 1608f92

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

opentelemetry/proto/common/v1/common.proto

+4
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,10 @@ message InstrumentationScope {
7272
// An empty instrumentation scope name means the name is unknown.
7373
string name = 1;
7474
string version = 2;
75+
76+
// Additional attributes that describe the scope. [Optional].
77+
// Attribute keys MUST be unique (it is not allowed to have more than one
78+
// attribute with the same key).
7579
repeated KeyValue attributes = 3;
7680
uint32 dropped_attributes_count = 4;
7781
}

0 commit comments

Comments
 (0)