Skip to content

Commit

Permalink
Clarify uniqueness of Scope attribute keys
Browse files Browse the repository at this point in the history
We use exact same wording as we already have for LogRecord, Span, etc.
  • Loading branch information
tigrannajaryan committed Jun 6, 2023
1 parent 793cfbd commit 1608f92
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions opentelemetry/proto/common/v1/common.proto
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,10 @@ message InstrumentationScope {
// An empty instrumentation scope name means the name is unknown.
string name = 1;
string version = 2;

// Additional attributes that describe the scope. [Optional].
// Attribute keys MUST be unique (it is not allowed to have more than one
// attribute with the same key).
repeated KeyValue attributes = 3;
uint32 dropped_attributes_count = 4;
}

0 comments on commit 1608f92

Please sign in to comment.