Skip to content

Commit

Permalink
Add rpc.system value for Apache Dubbo
Browse files Browse the repository at this point in the history
  • Loading branch information
trask committed Mar 29, 2022
1 parent d3dc597 commit 3e82906
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ release.
([#2290](https://github.com/open-telemetry/opentelemetry-specification/pull/2290))
- Add semantic conventions for [CloudEvents](https://cloudevents.io).
([#1978](https://github.com/open-telemetry/opentelemetry-specification/pull/1978))
- Add `rpc.system` value for Apache Dubbo.
([#9999](https://github.com/open-telemetry/opentelemetry-specification/pull/9999))

### Compatibility

Expand Down
3 changes: 3 additions & 0 deletions semantic_conventions/trace/rpc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ groups:
- id: dotnet_wcf
value: 'dotnet_wcf'
brief: '.NET WCF'
- id: apache_dubbo
value: 'apache_dubbo'
brief: 'Apache Dubbo'
- id: service
type: string
required:
Expand Down

0 comments on commit 3e82906

Please sign in to comment.