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_RESOURCE_ATTRIBUTES`| Key-value pairs to be used as resource attributes. See the [Resource SDK specification](https://github.com/open-telemetry/opentelemetry-specification/blob/v1.5.0/specification/resource/sdk.md#specifying-resource-information-via-an-environment-variable) for more details. |
101
-
|`OTEL_SERVICE_NAME`| Sets the value of the `service.name` resource attribute. If `service.name` is also provided in `OTEL_RESOURCE_ATTRIBUTES`, then `OTEL_SERVICE_NAME` takes precedence. |
101
+
|`OTEL_SERVICE_NAME`| Sets the value of the `service.name` resource attribute. If `service.name` is also provided in `OTEL_RESOURCE_ATTRIBUTES`, then `OTEL_SERVICE_NAME` takes precedence. |
|`OTEL_METRICS_EXEMPLAR_FILTER`| Sets the default `ExemplarFilter` to use for all metrics. | Added in `1.9.0`|
536
-
|`OTEL_DOTNET_EXPERIMENTAL_METRICS_EXEMPLAR_FILTER_HISTOGRAMS`| Sets the default `ExemplarFilter` to use for histogram metrics. If set `OTEL_DOTNET_EXPERIMENTAL_METRICS_EXEMPLAR_FILTER_HISTOGRAMS` takes precedence over `OTEL_METRICS_EXEMPLAR_FILTER` for histogram metrics. | Experimental key (may be removed or changed in the future). Added in `1.9.0`|
536
+
|`OTEL_DOTNET_EXPERIMENTAL_METRICS_EXEMPLAR_FILTER_HISTOGRAMS`| Sets the default `ExemplarFilter` to use for histogram metrics. If set `OTEL_DOTNET_EXPERIMENTAL_METRICS_EXEMPLAR_FILTER_HISTOGRAMS` takes precedence over `OTEL_METRICS_EXEMPLAR_FILTER` for histogram metrics. | Experimental key (may be removed or changed in the future). Added in `1.9.0`|
537
537
538
538
Allowed values:
539
539
@@ -645,10 +645,10 @@ using var meterProvider = Sdk.CreateMeterProviderBuilder()
645
645
It is also possible to configure the `Resource` by using following
|`OTEL_RESOURCE_ATTRIBUTES`| Key-value pairs to be used as resource attributes. See the [Resource SDK specification](https://github.com/open-telemetry/opentelemetry-specification/blob/v1.5.0/specification/resource/sdk.md#specifying-resource-information-via-an-environment-variable) for more details. |
651
-
|`OTEL_SERVICE_NAME`| Sets the value of the `service.name` resource attribute. If `service.name` is also provided in `OTEL_RESOURCE_ATTRIBUTES`, then `OTEL_SERVICE_NAME` takes precedence. |
651
+
|`OTEL_SERVICE_NAME`| Sets the value of the `service.name` resource attribute. If `service.name` is also provided in `OTEL_RESOURCE_ATTRIBUTES`, then `OTEL_SERVICE_NAME` takes precedence. |
|`OTEL_RESOURCE_ATTRIBUTES`| Key-value pairs to be used as resource attributes. See the [Resource SDK specification](https://github.com/open-telemetry/opentelemetry-specification/blob/v1.5.0/specification/resource/sdk.md#specifying-resource-information-via-an-environment-variable) for more details. |
341
-
|`OTEL_SERVICE_NAME`| Sets the value of the `service.name` resource attribute. If `service.name` is also provided in `OTEL_RESOURCE_ATTRIBUTES`, then `OTEL_SERVICE_NAME` takes precedence. |
341
+
|`OTEL_SERVICE_NAME`| Sets the value of the `service.name` resource attribute. If `service.name` is also provided in `OTEL_RESOURCE_ATTRIBUTES`, then `OTEL_SERVICE_NAME` takes precedence. |
342
342
343
343
### Samplers
344
344
@@ -366,10 +366,10 @@ var tracerProvider = Sdk.CreateTracerProviderBuilder()
366
366
If using `1.8.0-rc.1` or newer it is also possible to configure the sampler by
|`OTEL_TRACES_SAMPLER`| Sampler to be used for traces. See the [General SDK Configuration specification](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/configuration/sdk-environment-variables.md#general-sdk-configuration) for more details. |
372
-
|`OTEL_TRACES_SAMPLER_ARG`| String value to be used as the sampler argument. |
372
+
|`OTEL_TRACES_SAMPLER_ARG`| String value to be used as the sampler argument. |
373
373
374
374
The supported values for `OTEL_TRACES_SAMPLER` are:
0 commit comments