-
Notifications
You must be signed in to change notification settings - Fork 896
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com>
- Loading branch information
1 parent
d84a971
commit 78a8fc1
Showing
3 changed files
with
22 additions
and
22 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,21 @@ | ||
groups: | ||
- id: otel | ||
- id: otel_span | ||
prefix: otel | ||
type: span | ||
brief: Span attributes used by non OTLP exporters to represent OpenTelemetry Span's concepts. | ||
brief: Span attributes used by non-OTLP exporters to represent OpenTelemetry Span's concepts. | ||
attributes: | ||
- id: status_code | ||
type: | ||
allow_custom_values: false | ||
members: | ||
- id: ok | ||
value: ok | ||
value: OK | ||
brief: 'The operation has been validated by an Application developer or Operator to have completed successfully.' | ||
- id: error | ||
value: error | ||
value: ERROR | ||
brief: 'The operation contains an error.' | ||
brief: Name of the code, either OK or ERROR. MUST NOT be set if the status code is UNSET. | ||
- id: status_message | ||
brief: Name of the code, either "OK" or "ERROR". MUST NOT be set if the status code is UNSET. | ||
- id: status_description | ||
type: string | ||
brief: Description of the Status if it has a value otherwise not set. | ||
examples: ['resource not found'] |
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