Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion spec-compliance-matrix.md
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ Note: Support for environment variables is optional.
| OTEL_METRICS_EXEMPLAR_FILTER | + | + | | | + | | + | | - | + | |
| OTEL_EXPORTER_OTLP_METRICS_TEMPORALITY_PREFERENCE | + | + | + | + | + | | + | | - | + | |
| OTEL_EXPORTER_OTLP_METRICS_DEFAULT_HISTOGRAM_AGGREGATION | + | + | | + | + | | | | - | | |
| OTEL_CONFIG_FILE | - | | | | | | + | | - | | |
| OTEL_CONFIG_FILE | + | + | | | | | + | | - | | |

## Declarative configuration

Expand Down
2 changes: 1 addition & 1 deletion spec-compliance-matrix/go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@ sections:
- name: OTEL_EXPORTER_OTLP_METRICS_DEFAULT_HISTOGRAM_AGGREGATION
status: '+'
- name: OTEL_CONFIG_FILE
status: '-'
status: '+'
- name: Declarative configuration
features:
- name: '`Parse` a configuration file'
Expand Down
2 changes: 1 addition & 1 deletion spec-compliance-matrix/java.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@ sections:
- name: OTEL_EXPORTER_OTLP_METRICS_DEFAULT_HISTOGRAM_AGGREGATION
status: '+'
- name: OTEL_CONFIG_FILE
status: '?'
status: '+'
- name: Declarative configuration
features:
- name: '`Parse` a configuration file'
Expand Down
Loading