Skip to content

Commit e9965dc

Browse files
committed
Merge branch 'env-var' of https://github.com/jeremydvoss/ApplicationInsights-Python into env-var
2 parents 574c6e1 + 07fbc16 commit e9965dc

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
@@ -56,7 +56,7 @@ You can use `configure_azure_monitor` to set up instrumentation for your app to
5656
|-------------------|----------------------------------------------------|----------------------|
5757
| `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. | `APPLICATIONINSIGHTS_CONNECTION_STRING` |
5858
| `exclude_instrumentations` | By default, all supported [instrumentations](#officially-supported-instrumentations) are enabled to collect telemetry. Specify instrumentations you do not want to enable to collect telemetry by passing in a comma separated list of instrumented library names. e.g. `["requests", "flask"]` | |
59-
| `resource` | Specified the OpenTelemetry [resource][opentelemetry_spec_resource] associated with your application. See [this][ot_sdk_python_resource] for default behavior. This include configuration via the `OTEL_RESOURCE_ATTRIBUTES` and `OTEL_SERVICE_NAME` environment variables. | `OTEL_RESOURCE_ATTRIBUTES` and `OTEL_SERVICE_NAME` |
59+
| `resource` | Specifies the OpenTelemetry [resource][opentelemetry_spec_resource] associated with your application. See [this][ot_sdk_python_resource] for default behavior. | [OTEL_SERVICE_NAME][opentelemetry_spec_service_name], [OTEL_RESOURCE_ATTRIBUTES][opentelemetry_spec_resource_attributes] |
6060
| `disable_logging` | If set to `True`, disables collection and export of logging telemetry. Defaults to `False`. | |
6161
| `disable_metrics` | If set to `True`, disables collection and export of metric telemetry. Defaults to `False`. | |
6262
| `disable_tracing` | If set to `True`, disables collection and export of distributed tracing telemetry. Defaults to `False`. | |

0 commit comments

Comments
 (0)