Skip to content

Commit

Permalink
Spec compliance matrix: Add OTEL_SERVICE_NAME to C++ (#3930)
Browse files Browse the repository at this point in the history
Spec compliance matrix: Add OTEL_SERVICE_NAME to C++

## Changes

Please provide a brief description of the changes here.

For non-trivial changes, follow the [change proposal
process](https:/open-telemetry/opentelemetry-specification/blob/main/CONTRIBUTING.md#proposing-a-change).

* [X] Related issues
open-telemetry/opentelemetry-cpp#2577
* [ ] Related [OTEP(s)](https:/open-telemetry/oteps) #
* [ ] Links to the prototypes (when adding or changing features)
* [ ]
[`CHANGELOG.md`](https:/open-telemetry/opentelemetry-specification/blob/main/CHANGELOG.md)
file updated for non-trivial changes
* [X]
[`spec-compliance-matrix.md`](https:/open-telemetry/opentelemetry-specification/blob/main/spec-compliance-matrix.md)
updated if necessary

Co-authored-by: Bogdan Drutu <[email protected]>
  • Loading branch information
marcalff and bogdandrutu authored Mar 8, 2024
1 parent 928396b commit e8d5e14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec-compliance-matrix.md
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ Note: Support for environment variables is optional.
|----------------------------------------------------------|-----|------|-----|-------------|------|--------|-----|------|-----|------|-------|
| OTEL_SDK_DISABLED | - | + | - | - | - | - | + | - | - | - | - |
| OTEL_RESOURCE_ATTRIBUTES | + | + | + | + | + | + | + | + | + | + | - |
| OTEL_SERVICE_NAME | + | + | + | + | + | + | + | | | + | |
| OTEL_SERVICE_NAME | + | + | + | + | + | + | + | | + | + | |
| OTEL_LOG_LEVEL | - | - | + | [-][py1059] | + | - | + | | - | - | - |
| OTEL_PROPAGATORS | - | + | | + | + | + | + | - | - | - | - |
| OTEL_BSP_* | + | + | + | + | + | + | + | + | - | + | - |
Expand Down

0 comments on commit e8d5e14

Please sign in to comment.