@@ -20,7 +20,7 @@ metrics can be filtered for finer grain analysis.
2020 - [ Metric: ` rpc.server.request.size ` ] ( #metric-rpcserverrequestsize )
2121 - [ Metric: ` rpc.server.response.size ` ] ( #metric-rpcserverresponsesize )
2222 - [ RPC client] ( #rpc-client )
23- - [ Metric: ` rpc.client.duration ` ] ( #metric-rpcclientduration )
23+ - [ Metric: ` rpc.client.call. duration ` ] ( #metric-rpcclientcallduration )
2424 - [ Metric: ` rpc.client.request.size ` ] ( #metric-rpcclientrequestsize )
2525 - [ Metric: ` rpc.client.response.size ` ] ( #metric-rpcclientresponsesize )
2626- [ Semantic Conventions for specific RPC technologies] ( #semantic-conventions-for-specific-rpc-technologies )
@@ -71,7 +71,7 @@ This metric SHOULD be specified with
7171[ ` ExplicitBucketBoundaries ` ] ( https://github.com/open-telemetry/opentelemetry-specification/blob/v1.50.0/specification/metrics/api.md#instrument-advisory-parameters )
7272of ` [ 0.005, 0.01, 0.025, 0.05, 0.075, 0.1, 0.25, 0.5, 0.75, 1, 2.5, 5, 7.5, 10 ] ` .
7373
74- <!-- semconv metric.rpc.server.duration -->
74+ <!-- semconv metric.rpc.server.call. duration -->
7575<!-- NOTE: THIS TEXT IS AUTOGENERATED. DO NOT EDIT BY HAND. -->
7676<!-- see templates/registry/markdown/snippet.md.j2 -->
7777<!-- prettier-ignore-start -->
@@ -80,7 +80,7 @@ of `[ 0.005, 0.01, 0.025, 0.05, 0.075, 0.1, 0.25, 0.5, 0.75, 1, 2.5, 5, 7.5, 10
8080
8181| Name | Instrument Type | Unit (UCUM) | Description | Stability | Entity Associations |
8282| -------- | --------------- | ----------- | -------------- | --------- | ------ |
83- | ` rpc.server.duration ` | Histogram | ` s ` | Measures the duration of inbound remote procedure calls (RPC). [ 1] | ![ Development] ( https://img.shields.io/badge/-development-blue ) | |
83+ | ` rpc.server.call. duration ` | Histogram | ` s ` | Measures the duration of inbound remote procedure calls (RPC). [ 1] | ![ Development] ( https://img.shields.io/badge/-development-blue ) | |
8484
8585** [ 1] :** When this metric is reported alongside an RPC server span, the metric value
8686SHOULD be the same as the RPC server span duration.
@@ -366,15 +366,15 @@ different processes could be listening on TCP port 12345 and UDP port 12345.
366366
367367Below is a list of RPC client metric instruments.
368368
369- #### Metric: ` rpc.client.duration `
369+ #### Metric: ` rpc.client.call. duration `
370370
371371This metric is [ recommended] [ MetricRecommended ] .
372372
373373This metric SHOULD be specified with
374374[ ` ExplicitBucketBoundaries ` ] ( https://github.com/open-telemetry/opentelemetry-specification/blob/v1.50.0/specification/metrics/api.md#instrument-advisory-parameters )
375375of ` [ 0.005, 0.01, 0.025, 0.05, 0.075, 0.1, 0.25, 0.5, 0.75, 1, 2.5, 5, 7.5, 10 ] ` .
376376
377- <!-- semconv metric.rpc.client.duration -->
377+ <!-- semconv metric.rpc.client.call. duration -->
378378<!-- NOTE: THIS TEXT IS AUTOGENERATED. DO NOT EDIT BY HAND. -->
379379<!-- see templates/registry/markdown/snippet.md.j2 -->
380380<!-- prettier-ignore-start -->
@@ -383,7 +383,7 @@ of `[ 0.005, 0.01, 0.025, 0.05, 0.075, 0.1, 0.25, 0.5, 0.75, 1, 2.5, 5, 7.5, 10
383383
384384| Name | Instrument Type | Unit (UCUM) | Description | Stability | Entity Associations |
385385| -------- | --------------- | ----------- | -------------- | --------- | ------ |
386- | ` rpc.client.duration ` | Histogram | ` s ` | Measures the duration of outbound remote procedure calls (RPC). [ 1] | ![ Development] ( https://img.shields.io/badge/-development-blue ) | |
386+ | ` rpc.client.call. duration ` | Histogram | ` s ` | Measures the duration of outbound remote procedure calls (RPC). [ 1] | ![ Development] ( https://img.shields.io/badge/-development-blue ) | |
387387
388388** [ 1] :** When this metric is reported alongside an RPC client span, the metric value
389389SHOULD be the same as the RPC client span duration.
0 commit comments