[chore] Mark otel.* attributes as stable in yaml (#784)

This commit is contained in:
Liudmila Molkova 2024-02-29 07:31:12 -08:00 committed by GitHub
parent b8e5dada01
commit ca61ac1b2b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 0 deletions

View File

@ -8,10 +8,12 @@ groups:
type: string
brief: The name of the instrumentation scope - (`InstrumentationScope.Name` in OTLP).
examples: ['io.opentelemetry.contrib.mongodb']
stability: stable
- id: version
type: string
brief: The version of the instrumentation scope - (`InstrumentationScope.Version` in OTLP).
examples: ['1.0.0']
stability: stable
- id: otel.library
prefix: otel.library
type: resource

View File

@ -15,7 +15,9 @@ groups:
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.
stability: stable
- id: status_description
type: string
brief: "Description of the Status if it has a value, otherwise not set."
examples: ['resource not found']
stability: stable