Skip to content

Commit 4368358

Browse files
yashyktjoaopgrassi
andauthored
Link to proposal for gRPC metrics (open-telemetry#627)
Co-authored-by: Joao Grassi <[email protected]>
1 parent 8ac8d45 commit 4368358

File tree

3 files changed

+30
-0
lines changed

3 files changed

+30
-0
lines changed

.chloggen/627.yaml

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Use this changelog template to create an entry for release notes.
2+
#
3+
# If your change doesn't affect end users you should instead start
4+
# your pull request title with [chore] or use the "Skip Changelog" label.
5+
6+
# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix'
7+
change_type: enhancement
8+
9+
# The name of the area of concern in the attributes-registry, (e.g. http, cloud, db)
10+
component: rpc
11+
12+
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
13+
note: Add link to specification for metrics defined by gRPC community.
14+
15+
# Mandatory: One or more tracking issues related to the change. You can use the PR number here if no issue exists.
16+
# The values here must be integers.
17+
issues: [627]
18+
19+
# (Optional) One or more lines of additional information to render under the primary note.
20+
# These lines will be padded with 2 spaces and then inserted directly into the document.
21+
# Use pipe (|) for multiline entries.
22+
subtext:

docs/rpc/README.md

+4
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,8 @@ Technology specific semantic conventions are defined for the following RPC syste
2323
* [gRPC](grpc.md): Semantic Conventions for *gRPC*.
2424
* [JSON-RPC](json-rpc.md): Semantic Conventions for *JSON-RPC*.
2525

26+
Specifications defined by maintainers of RPC systems:
27+
28+
* [gRPC](https://github.com/grpc/proposal/blob/master/A66-otel-stats.md): Semantic Conventions for *gRPC*.
29+
2630
[DocumentStatus]: https://github.com/open-telemetry/opentelemetry-specification/tree/v1.26.0/specification/document-status.md

docs/rpc/rpc-metrics.md

+4
Original file line numberDiff line numberDiff line change
@@ -288,5 +288,9 @@ More specific Semantic Conventions are defined for the following RPC technologie
288288
* [gRPC](grpc.md): Semantic Conventions for *gRPC*.
289289
* [JSON-RPC](json-rpc.md): Semantic Conventions for *JSON-RPC*.
290290

291+
Specifications defined by maintainers of RPC systems:
292+
293+
* [gRPC](https://github.com/grpc/proposal/blob/master/A66-otel-stats.md): Semantic Conventions for *gRPC*.
294+
291295
[DocumentStatus]: https://github.com/open-telemetry/opentelemetry-specification/tree/v1.26.0/specification/document-status.md
292296
[MetricRecommended]: /docs/general/metric-requirement-level.md#recommended

0 commit comments

Comments
 (0)