Skip to content

Commit c9c228f

Browse files
jeremydvosslzchen
andauthored
Update azure-monitor-opentelemetry/README.md
Co-authored-by: Leighton Chen <[email protected]>
1 parent cd3b434 commit c9c228f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-monitor-opentelemetry/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ You can configure further with [OpenTelemetry environment variables][ot_env_vars
6363
| [OTEL_SERVICE_NAME][opentelemetry_spec_service_name], [OTEL_RESOURCE_ATTRIBUTES][opentelemetry_spec_resource_attributes] | Specifies the OpenTelemetry [resource][opentelemetry_spec_resource] associated with your application. |
6464
| `OTEL_TRACES_EXPORTER` | If set to `None`, disables collection and export of logging telemetry. |
6565
| `OTEL_METRICS_EXPORTER` | If set to `None`, disables collection and export of metric telemetry. |
66-
| `OTEL_LOGS_EXPORTER` | If set to `None`, disables collection and export of distributed tracing telemetry. |
66+
| `OTEL_LOGS_EXPORTER` | If set to `None`, disables collection and export of logging telemetry. |
6767
| `OTEL_BLRP_SCHEDULE_DELAY` | Specifies the logging export interval in milliseconds. Defaults to 5000. |
6868
| `OTEL_TRACES_SAMPLER_ARG` | Specifies the ratio of distributed tracing telemetry to be [sampled][application_insights_sampling]. Accepted values are in the range [0,1]. Defaults to 1.0, meaning no telemetry is sampled out. |
6969
| `OTEL_BSP_SCHEDULE_DELAY` | Specifies the distributed tracing export interval in milliseconds. Defaults to 5000. |

0 commit comments

Comments
 (0)