-
Notifications
You must be signed in to change notification settings - Fork 2
OpenTelemetry AzureMonitor
Tore Nestenius edited this page Dec 29, 2024
·
1 revision
The Cloud Debugger includes optional support for Azure Monitor, enabling seamless integration with Azure Application Insights. By configuring the environment variable APPLICATIONINSIGHTS_CONNECTION_STRING
with your Application Insights connection string, all OpenTelemetry data—logs, metrics, and traces—will be sent directly to Azure Monitor.
To enable Azure Monitor support:
- Set the environment variable
APPLICATIONINSIGHTS_CONNECTION_STRING
with your Application Insights connection string. - Once configured, OpenTelemetry data will automatically flow to Azure Monitor, where it can be visualized and analyzed.
- When Azure Monitor support is enabled, the built-in OpenTelemetry viewer tools within the Cloud Debugger (e.g., logs, metrics, and traces viewers) will be disabled. This ensures that data is exclusively directed to Azure Monitor for centralized monitoring.
- By default, the Cloud Debugger operates in "local mode," using in-memory exporters for logs, metrics, and traces. This mode is bypassed when Azure Monitor is enabled.