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: azure-monitor-opentelemetry/README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -60,7 +60,7 @@ You can use `configure_azure_monitor` to set up instrumentation for your app to
60
60
|`disable_logging`| If set to `True`, disables collection and export of logging telemetry. Defaults to `False`. ||
61
61
|`disable_metrics`| If set to `True`, disables collection and export of metric telemetry. Defaults to `False`. ||
62
62
|`disable_tracing`| If set to `True`, disables collection and export of distributed tracing telemetry. Defaults to `False`. ||
63
-
|`logging_level`| Specifies the [logging level][logging_level] of the logs you would like to collect for your logging pipeline. In order to utilize the `OTEL_LOG_LEVEL` environment variable, set it to the number that represents the log leval, not a string representing that log level's name. For example, set to `30` for `logging.WARN`. Defaults to 0 which is `logging.NOTSET`. |`OTEL_LOG_LEVEL`|
63
+
|`logging_level`| Specifies the [logging level][logging_level] of the logs you would like to collect for your logging pipeline. Defaults to 0 which is `logging.NOTSET`. ||
64
64
|`logger_name`| Specifies the [logger name][logger_name_hierarchy_doc] under which logging will be instrumented. Defaults to "" which corresponds to the root logger. ||
65
65
|`logging_export_interval_ms`| Specifies the logging export interval in milliseconds. Defaults to 5000. |`OTEL_BLRP_SCHEDULE_DELAY`|
66
66
|`metric_readers`| Specifies the [metric readers][ot_metric_reader] that you would like to use for your metric pipeline. Accepts a list of [metric readers][ot_sdk_python_metric_reader]. ||
0 commit comments