From c50fc020c219081e826937c42f8755c3ef1c1590 Mon Sep 17 00:00:00 2001 From: Cijo Thomas Date: Sat, 21 Jan 2023 00:08:09 +0530 Subject: [PATCH] Fix typo in ExemplarFilter default (#3122) --- specification/sdk-environment-variables.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/sdk-environment-variables.md b/specification/sdk-environment-variables.md index ded3dcaa57c..3b8530d3156 100644 --- a/specification/sdk-environment-variables.md +++ b/specification/sdk-environment-variables.md @@ -290,7 +290,7 @@ Known values for `OTEL_LOGS_EXPORTER` are: | Name | Description | Default | Notes | |-----------------|---------|-------------|---------| -| `OTEL_METRICS_EXEMPLAR_FILTER` | Filter for which measurements can become Exemplars. | `"with_sampled_trace"` | | +| `OTEL_METRICS_EXEMPLAR_FILTER` | Filter for which measurements can become Exemplars. | `"trace_based"` | | Known values for `OTEL_METRICS_EXEMPLAR_FILTER` are: