You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`OTEL_METRICS_EXEMPLAR_FILTER`| Filter for which measurements can become Exemplars. |`"with_sampled_trace"`||
188
+
189
+
Known values for `OTEL_METRICS_EXEMPLAR_FILTER` are:
190
+
191
+
-`"none"`: No measurements are eligble for exemplar sampling.
192
+
-`"all"`: All measurements are eligible for exemplar sampling.
193
+
-`"with_sampled_trace"`: Only allow measurements with a sampled parent span in context.
194
+
181
195
## Language Specific Environment Variables
182
196
183
197
To ensure consistent naming across projects, this specification recommends that language specific environment variables are formed using the following convention:
0 commit comments