Skip to content

Commit

Permalink
Merge branch 'main' into azure-sb-settlemet-spans-overrides
Browse files Browse the repository at this point in the history
  • Loading branch information
lmolkova authored Feb 29, 2024
2 parents 32156ee + ca61ac1 commit 9c3822d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions model/scope/exporter/exporter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions model/trace/exporter/exporter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 9c3822d

Please sign in to comment.