Skip to content

Commit

Permalink
Introduce Scope Attributes (#395)
Browse files Browse the repository at this point in the history
  • Loading branch information
tigrannajaryan authored Jun 12, 2022
1 parent ed7cc36 commit 96bc1ec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Full list of differences found in [this compare](https://github.com/open-telemet

### Added

* Remove if no changes for this section before release.
* Introduce Scope Attributes. [#395](https://github.com/open-telemetry/opentelemetry-proto/pull/395)

### Removed

Expand Down
2 changes: 2 additions & 0 deletions opentelemetry/proto/common/v1/common.proto
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,6 @@ message InstrumentationScope {
// An empty instrumentation scope name means the name is unknown.
string name = 1;
string version = 2;
repeated KeyValue attributes = 3;
uint32 dropped_attributes_count = 4;
}

0 comments on commit 96bc1ec

Please sign in to comment.