Skip to content

Commit b379010

Browse files
committed
update readme
1 parent da1759a commit b379010

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

  • libraries/microsoft-agents-a365-observability-extensions-agentframework
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# microsoft-agents-a365-observability-extensions-agentframework
2+
3+
## Overview
4+
5+
This package provides Agent365 SDK observability extensions for the agent framework.
6+
7+
## Features
8+
9+
- Seamless integration with the Agent Framework
10+
- Supports OpenTelemetry (OTEL) for distributed tracing
11+
- Optional capture of sensitive data for deeper diagnostics
12+
- Easy configuration via environment variables
13+
114
To allow the A365 observability SDK to capture input and output messages, please enable the flags in environment:
215
ENABLE_OTEL=true
316
ENABLE_SENSITIVE_DATA=true

libraries/microsoft-agents-a365-observability-extensions-agentframework/microsoft_agents_a365/observability/extensions/agentframework/trace_instrumentor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# -----------------------------
1717
# 3) The Instrumentor class
1818
# -----------------------------
19-
_instruments = ("agent-framework-azure-ai >= 1.0.0",)
19+
_instruments = ("agent-framework-azure-ai >= 0.1.0",)
2020

2121

2222
class AgentFrameworkInstrumentor(BaseInstrumentor):

0 commit comments

Comments
 (0)