Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add spec compliance matrix entries for file configuration #3804

Merged
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions spec-compliance-matrix.md
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,18 @@ Note: Support for environment variables is optional.
| OTEL_EXPORTER_OTLP_METRICS_TEMPORALITY_PREFERENCE | - | + | + | + | | | + | | | + | |
| OTEL_EXPORTER_OTLP_METRICS_DEFAULT_HISTOGRAM_AGGREGATION | | + | | | | | | | | | |

## File Configuration
jack-berg marked this conversation as resolved.
Show resolved Hide resolved

| Feature | Go | Java | JS | Python | Ruby | Erlang | PHP | Rust | C++ | .NET | Swift |
|-----------------------------------------------------------------------------------------|----|------|----|--------|------|--------|-----|------|-----|------|-------|
| `Parse` a configuration file | | | | | | | | | | | |
| The `parse` operation returns configuration model | | | | | | | | | | | |
| The `parse` operation performs environment variable substitution | | | | | | | | | | | |
| The `parse` operation accepts the configuration YAML file format | | | | | | | | | | | |
| `Create` SDK components | | | | | | | | | | | |
| The `Create` operation accepts configuration model | | | | | | | | | | | |
| The `Create` returns `TracerProvider`, `MeterProvider`, `LoggerProvider`, `Propagators` | | | | | | | | | | | |
jack-berg marked this conversation as resolved.
Show resolved Hide resolved

## Exporters

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