Skip to content

Commit dc95f80

Browse files
committed
Update README.md
1 parent 621e666 commit dc95f80

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

azure-monitor-opentelemetry/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ pip install azure-monitor-opentelemetry --pre
4747
You can use `configure_azure_monitor` to set up instrumentation for your app to Azure Monitor. `configure_azure_monitor` supports the following optional arguments:
4848

4949
* connection_string - The [connection string][connection_string_doc] for your Application Insights resource. The connection string will be automatically populated from the `APPLICATIONINSIGHTS_CONNECTION_STRING` environment variable if not explicitly passed in.
50-
* instrumentations - Specifies the libraries with [instrumentations][ot_instrumentations] that you would like to use. Accepts a comma separated list. e.g. `["requests", "flask"]`
5150
* disable_logging - If set to `True`, disables collection and export of logging telemetry. Defaults to `False`.
5251
* disable_metrics - If set to `True`, disables collection and export of metric telemetry. Defaults to `False`.
5352
* disable_tracing - If set to `True`, disables collection and export of distributed tracing telemetry. Defaults to `False`.

0 commit comments

Comments
 (0)