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
You can use `configure_azure_monitor` to set up instrumentation for your app to Azure Monitor. `configure_azure_monitor` supports the following optional arguments:
48
48
49
49
* 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"]`
51
50
* disable_logging - If set to `True`, disables collection and export of logging telemetry. Defaults to `False`.
52
51
* disable_metrics - If set to `True`, disables collection and export of metric telemetry. Defaults to `False`.
53
52
* disable_tracing - If set to `True`, disables collection and export of distributed tracing telemetry. Defaults to `False`.
0 commit comments