From 3e829067dc3c2c8fe7c07e73e9a0726aea1df8ea Mon Sep 17 00:00:00 2001 From: Trask Stalnaker Date: Mon, 28 Mar 2022 21:21:10 -0700 Subject: [PATCH] Add rpc.system value for Apache Dubbo --- CHANGELOG.md | 2 ++ semantic_conventions/trace/rpc.yaml | 3 +++ 2 files changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c09183b198..b6effd11422 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/semantic_conventions/trace/rpc.yaml b/semantic_conventions/trace/rpc.yaml index f87b5b29e53..003646e0447 100644 --- a/semantic_conventions/trace/rpc.yaml +++ b/semantic_conventions/trace/rpc.yaml @@ -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: