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
I want to integrate our cloud-native application’s telemetry data (traces, logs, and metrics) with Azure Monitor using OpenTelemetry,
So that we can have a centralized observability platform that helps us monitor application performance, diagnose issues, and understand user behavior across our entire Azure infrastructure in real-time.
Acceptance Criteria:
1. Instrumentation: The application’s microservices are instrumented with OpenTelemetry SDKs to collect traces, logs, and metrics.
2. Exporter Configuration: OpenTelemetry exporters are configured correctly to send data to Azure Monitor, ensuring that telemetry data from our application is available in Azure Monitor for analysis.
3. Data Ingestion Verification: Telemetry data ingested into Azure Monitor can be queried, visualized, and analyzed. This includes checking that traces are linked correctly, logs are searchable, and metrics reflect the application’s operational state.
The text was updated successfully, but these errors were encountered:
As a DevOps Engineer,
I want to integrate our cloud-native application’s telemetry data (traces, logs, and metrics) with Azure Monitor using OpenTelemetry,
So that we can have a centralized observability platform that helps us monitor application performance, diagnose issues, and understand user behavior across our entire Azure infrastructure in real-time.
Acceptance Criteria:
The text was updated successfully, but these errors were encountered: