Skip to content

Commit

Permalink
Add spec compliance matrix entries for file configuration (#3804)
Browse files Browse the repository at this point in the history
  • Loading branch information
jack-berg committed Jan 12, 2024
1 parent 3a13acc commit 12cd1b1
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ release.

### SDK Configuration

- Add file configuration section to spec compliance matrix.
([#3804](https://github.com/open-telemetry/opentelemetry-specification/pull/3804))

### Common

### Supplementary Guidelines
Expand Down
18 changes: 18 additions & 0 deletions spec-compliance-matrix.md
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,24 @@ Note: Support for environment variables is optional.
| OTEL_EXPORTER_OTLP_METRICS_TEMPORALITY_PREFERENCE | - | + | + | + | | | + | | | + | |
| OTEL_EXPORTER_OTLP_METRICS_DEFAULT_HISTOGRAM_AGGREGATION | | + | | | | | | | | | |

## File Configuration

See [File Configuration](./specification/configuration/file-configuration.md)
for details.

| Feature | Go | Java | JS | Python | Ruby | Erlang | PHP | Rust | C++ | .NET | Swift |
|------------------------------------------------------------------|----|------|----|--------|------|--------|-----|------|-----|------|-------|
| `Parse` a configuration file | | | | | | | | | | | |
| The `Parse` operation accepts the configuration YAML file format | | | | | | | | | | | |
| The `Parse` operation performs environment variable substitution | | | | | | | | | | | |
| The `Parse` operation returns configuration model | | | | | | | | | | | |
| `Create` SDK components | | | | | | | | | | | |
| The `Create` operation accepts configuration model | | | | | | | | | | | |
| The `Create` operation returns `TracerProvider` | | | | | | | | | | | |
| The `Create` operation returns `MeterProvider` | | | | | | | | | | | |
| The `Create` operation returns `LoggerProvider` | | | | | | | | | | | |
| The `Create` operation returns `Propagators` | | | | | | | | | | | |

## Exporters

| Feature | Optional | Go | Java | JS | Python | Ruby | Erlang | PHP | Rust | C++ | .NET | Swift |
Expand Down

0 comments on commit 12cd1b1

Please sign in to comment.