Document mapping between gRPC (native) and OTel conventions#3229
Merged
trask merged 9 commits intoopen-telemetry:mainfrom Feb 19, 2026
Merged
Document mapping between gRPC (native) and OTel conventions#3229trask merged 9 commits intoopen-telemetry:mainfrom
trask merged 9 commits intoopen-telemetry:mainfrom
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR documents the mapping between gRPC native OpenTelemetry conventions (defined in gRPC proposals A66 for metrics and A72 for tracing) and the official OpenTelemetry semantic conventions for gRPC hosted in this repository. The documentation helps users understand how to convert between the two convention systems.
Key Changes
- Adds a new compatibility document (
docs/non-normative/compatibility/grpc-compatibility.md) providing detailed mappings for metrics, spans, and their attributes - Updates the gRPC conventions page to reference the new compatibility document
- Removes duplicate gRPC convention references from the RPC README
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 7 comments.
| File | Description |
|---|---|
docs/non-normative/compatibility/grpc-compatibility.md |
New compatibility document detailing attribute, metric, and span mappings between gRPC and OTel conventions, including conversion instructions |
docs/rpc/grpc.md |
Adds a note referencing the gRPC project's conventions and linking to the new compatibility document |
docs/rpc/README.md |
Removes redundant reference to gRPC specifications that is now better documented in the compatibility guide |
e9efa82 to
e9a0391
Compare
|
This PR has been labeled as stale due to lack of activity. It will be automatically closed if there is no further activity over the next 7 days. |
lmolkova
commented
Jan 7, 2026
lmolkova
commented
Jan 7, 2026
lmolkova
commented
Jan 8, 2026
e9a0391 to
766f033
Compare
lmolkova
commented
Jan 15, 2026
lmolkova
commented
Jan 15, 2026
766f033 to
5ad1d8d
Compare
trask
approved these changes
Feb 19, 2026
matt-hensley
approved these changes
Feb 19, 2026
Contributor
matt-hensley
left a comment
There was a problem hiding this comment.
Content looks good. Left suggestions for marking sections with headers for easier linking to specific part of the doc
Co-authored-by: Matthew Hensley <130569+matt-hensley@users.noreply.github.com>
nagkumar91
pushed a commit
to nagkumar91/semantic-conventions
that referenced
this pull request
Feb 24, 2026
…emetry#3229) Co-authored-by: Matthew Hensley <130569+matt-hensley@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #1773
Document mapping between gRPC native metrics and spans and OTel gRPC metrics and spans.
Depends on:
rpc.server|client.request|response.sizemetrics #3267rpc.messageevents #3266server.addressandserver.portwhen using client-side load balancing or service discovery #3317