Skip to content

Commit 5a38963

Browse files
committed
Update README.md
1 parent dc95f80 commit 5a38963

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

azure-monitor-opentelemetry/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,13 +75,12 @@ configure_azure_monitor(
7575

7676
#### Instrumentation configurations
7777

78-
You can pass in instrumentation specific configuration into `configure_azure_monitor` with the key `<instrumented-library-name>_config` and value as a dictionary representing `kwargs` for the corresponding instrumentation. Note the instrumented library must also be enabled through the `instrumentations` configuration.
78+
You can pass in instrumentation specific configuration into `configure_azure_monitor` with the key `<instrumented-library-name>_config` and value as a dictionary representing `kwargs` for the corresponding instrumentation.
7979

8080
```python
8181
...
8282
configure_azure_monitor(
8383
connection_string="<your-connection-string>",
84-
instrumentations=["flask", "requests"],
8584
flask_config={"excluded_urls": "http://localhost:8080/ignore"},
8685
requests_config={"excluded_urls": "http://example.com"},
8786
)

0 commit comments

Comments
 (0)