-
Notifications
You must be signed in to change notification settings - Fork 4
Labels
enhancementNew feature or requestNew feature or request
Description
Overview
Add OpenTelemetry (OTEL) Support for Observability
Implement OTEL support as outlined in the official Microsoft documentation. The goal is to ensure that observability dashboards are properly hydrated with data regarding workflows and agent executions.
Requirements
- Integrate OTEL instrumentation throughout the agent workflows and execution paths.
- Ensure that relevant traces, metrics, and logs are emitted and can be visualized in observability dashboards.
- Provide documentation and code samples where necessary for future contributors.
Acceptance Criteria
- OTEL traces for all major workflow executions are visible in the dashboard.
- Logs and metrics are tagged with workflow and agent identifiers.
- A test dashboard or example dashboard configuration is provided.
Reference: Enable OpenTelemetry in your app
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request