[chore] Mark otel.* attributes as stable in yaml (#784)
This commit is contained in:
parent
b8e5dada01
commit
ca61ac1b2b
|
|
@ -8,10 +8,12 @@ groups:
|
||||||
type: string
|
type: string
|
||||||
brief: The name of the instrumentation scope - (`InstrumentationScope.Name` in OTLP).
|
brief: The name of the instrumentation scope - (`InstrumentationScope.Name` in OTLP).
|
||||||
examples: ['io.opentelemetry.contrib.mongodb']
|
examples: ['io.opentelemetry.contrib.mongodb']
|
||||||
|
stability: stable
|
||||||
- id: version
|
- id: version
|
||||||
type: string
|
type: string
|
||||||
brief: The version of the instrumentation scope - (`InstrumentationScope.Version` in OTLP).
|
brief: The version of the instrumentation scope - (`InstrumentationScope.Version` in OTLP).
|
||||||
examples: ['1.0.0']
|
examples: ['1.0.0']
|
||||||
|
stability: stable
|
||||||
- id: otel.library
|
- id: otel.library
|
||||||
prefix: otel.library
|
prefix: otel.library
|
||||||
type: resource
|
type: resource
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,9 @@ groups:
|
||||||
value: ERROR
|
value: ERROR
|
||||||
brief: 'The operation contains an 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.
|
brief: Name of the code, either "OK" or "ERROR". MUST NOT be set if the status code is UNSET.
|
||||||
|
stability: stable
|
||||||
- id: status_description
|
- id: status_description
|
||||||
type: string
|
type: string
|
||||||
brief: "Description of the Status if it has a value, otherwise not set."
|
brief: "Description of the Status if it has a value, otherwise not set."
|
||||||
examples: ['resource not found']
|
examples: ['resource not found']
|
||||||
|
stability: stable
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue