Skip to content

Commit

Permalink
Introduce Scope Attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
tigrannajaryan committed May 24, 2022
1 parent c31b2d8 commit a504392
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 @@ -14,7 +14,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. [#](https://github.com/open-telemetry/opentelemetry-proto/pull/)

### 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 @@ -84,4 +84,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 a504392

Please sign in to comment.