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
Copy file name to clipboardExpand all lines: sdk/monitor/azure-monitor-opentelemetry/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,7 +65,7 @@ You can use `configure_azure_monitor` to set up instrumentation for your app to
65
65
You can configure further with [OpenTelemetry environment variables][ot_env_vars] such as:
66
66
| Environment Variable | Description |
67
67
|-------------|----------------------|
68
-
|[OTEL_SERVICE_NAME][ot_spec_service_name], [OTEL_RESOURCE_ATTRIBUTES][ot_spec_resource_attributes]| Specifies the OpenTelemetry [resource][ot_spec_resource] associated with your application. |
68
+
|[OTEL_SERVICE_NAME][ot_spec_service_name], [OTEL_RESOURCE_ATTRIBUTES][ot_spec_resource_attributes]| Specifies the OpenTelemetry [Resource][ot_spec_resource] associated with your application. |
69
69
|`OTEL_LOGS_EXPORTER`| If set to `None`, disables collection and export of logging telemetry. |
70
70
|`OTEL_METRICS_EXPORTER`| If set to `None`, disables collection and export of metric telemetry. |
71
71
|`OTEL_TRACES_EXPORTER`| If set to `None`, disables collection and export of distributed tracing telemetry. |
0 commit comments