Skip to content

Commit ca61ac1

Browse files
author
Liudmila Molkova
authored
[chore] Mark otel.* attributes as stable in yaml (open-telemetry#784)
1 parent b8e5dad commit ca61ac1

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

model/scope/exporter/exporter.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,12 @@ groups:
88
type: string
99
brief: The name of the instrumentation scope - (`InstrumentationScope.Name` in OTLP).
1010
examples: ['io.opentelemetry.contrib.mongodb']
11+
stability: stable
1112
- id: version
1213
type: string
1314
brief: The version of the instrumentation scope - (`InstrumentationScope.Version` in OTLP).
1415
examples: ['1.0.0']
16+
stability: stable
1517
- id: otel.library
1618
prefix: otel.library
1719
type: resource

model/trace/exporter/exporter.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ groups:
1515
value: ERROR
1616
brief: 'The operation contains an error.'
1717
brief: Name of the code, either "OK" or "ERROR". MUST NOT be set if the status code is UNSET.
18+
stability: stable
1819
- id: status_description
1920
type: string
2021
brief: "Description of the Status if it has a value, otherwise not set."
2122
examples: ['resource not found']
23+
stability: stable

0 commit comments

Comments
 (0)