forked from open-telemetry/opentelemetry-specification
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updating gRPC status semantic conventions (open-telemetry#1156)
* Updating gRPC status semantic conventions Since the simplification of trace status codes, they no longer align with gRPC. Clarifying the expected status code field for gRPC, as well as the mappings between gRPC and OpenTelemetry status. * Adding changelog entry * Addressing feedback Clarifying that gRPC spans should include the status code number, rather than leave it ambiguous. Adding gRPC semantic conventions in the yaml files to reflect these changes. * adding trailing whitespace * Apply suggestions from code review Co-authored-by: Christian Neumüller <[email protected]> * addressing feedback Ran table-generation to ensure that semantic conventions are added. Removed tags for rpc.grpc yaml for now (not explicitly used). * Update specification/trace/semantic_conventions/rpc.md Co-authored-by: Armin Ruech <[email protected]> * Addressing feedback re-generating TOC with markdown-toc There was a conflict with sub-headings matching the same string. As such qualified all headings. * Switching gRPC status_code type to enum gRPC's status_code code is better expressed as an enum. Co-authored-by: Christian Neumüller <[email protected]> Co-authored-by: Armin Ruech <[email protected]>
- Loading branch information
1 parent
3e9d4ad
commit 1e0e22c
Showing
3 changed files
with
82 additions
and
7 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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