Skip to content

Commit a10c699

Browse files
authored
Add rpc.system value for Apache Dubbo (open-telemetry#2453)
* Add rpc.system value for Apache Dubbo * Generate table
1 parent 0c35fd7 commit a10c699

File tree

4 files changed

+7
-0
lines changed

4 files changed

+7
-0
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ release.
6868
([#1978](https://github.com/open-telemetry/opentelemetry-specification/pull/1978))
6969
- Add `process.cpu.utilization` metric.
7070
([#2436](https://github.com/open-telemetry/opentelemetry-specification/pull/2436))
71+
- Add `rpc.system` value for Apache Dubbo.
72+
([#2453](https://github.com/open-telemetry/opentelemetry-specification/pull/2453))
7173

7274
### Compatibility
7375

semantic_conventions/trace/rpc.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ groups:
1919
- id: dotnet_wcf
2020
value: 'dotnet_wcf'
2121
brief: '.NET WCF'
22+
- id: apache_dubbo
23+
value: 'apache_dubbo'
24+
brief: 'Apache Dubbo'
2225
- id: service
2326
type: string
2427
required:

specification/metrics/semantic_conventions/rpc.md

+1
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ or not they should be on the server, client or both.
8484
| `grpc` | gRPC |
8585
| `java_rmi` | Java RMI |
8686
| `dotnet_wcf` | .NET WCF |
87+
| `apache_dubbo` | Apache Dubbo |
8788
<!-- endsemconv -->
8889

8990
To avoid high cardinality, implementations should prefer the most stable of `net.peer.name` or

specification/trace/semantic_conventions/rpc.md

+1
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ Examples of span names:
8080
| `grpc` | gRPC |
8181
| `java_rmi` | Java RMI |
8282
| `dotnet_wcf` | .NET WCF |
83+
| `apache_dubbo` | Apache Dubbo |
8384
<!-- endsemconv -->
8485

8586
For client-side spans `net.peer.port` is required if the connection is IP-based and the port is available (it describes the server port they are connecting to).

0 commit comments

Comments
 (0)