From 9a78d9e0dcc0c47cd56f4b9c1caab6bf67441d17 Mon Sep 17 00:00:00 2001 From: alex boten <223565+codeboten@users.noreply.github.com> Date: Wed, 11 Mar 2026 13:36:20 -0700 Subject: [PATCH] update OTEL_CONFIG_FILE in compliance matrix This is supported by both java and go implementations Signed-off-by: alex boten <223565+codeboten@users.noreply.github.com> --- spec-compliance-matrix.md | 2 +- spec-compliance-matrix/go.yaml | 2 +- spec-compliance-matrix/java.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/spec-compliance-matrix.md b/spec-compliance-matrix.md index 65153b3f5d6..03e4ed37787 100644 --- a/spec-compliance-matrix.md +++ b/spec-compliance-matrix.md @@ -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 diff --git a/spec-compliance-matrix/go.yaml b/spec-compliance-matrix/go.yaml index 5d91280b3e5..bfdbecd5434 100644 --- a/spec-compliance-matrix/go.yaml +++ b/spec-compliance-matrix/go.yaml @@ -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' diff --git a/spec-compliance-matrix/java.yaml b/spec-compliance-matrix/java.yaml index dc05756b766..0f50dc4d9f3 100644 --- a/spec-compliance-matrix/java.yaml +++ b/spec-compliance-matrix/java.yaml @@ -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'