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
Copy file name to clipboardExpand all lines: instrumentation-loongsuite/loongsuite-instrumentation-microsoft-agent-framework/src/opentelemetry/instrumentation/microsoft_agent_framework/__init__.py
+17-6Lines changed: 17 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@
18
18
with ``force=True`` so a sticky user-disable does not block us), bridges MAF's
19
19
native span helpers through ``opentelemetry-util-genai`` finish helpers, and
20
20
registers :class:`~.span_processor.MAFSemanticProcessor` for workflow/MCP
21
-
normalization plus metrics aggregation.
21
+
normalization. GenAI metrics are delegated to ``opentelemetry-util-genai``.
22
22
23
23
The optional ReAct step patch (``ARMS_MAF_REACT_STEP_ENABLED=true``) wraps the
24
24
``FunctionInvocationLayer.get_response`` ReAct loop with
Copy file name to clipboardExpand all lines: instrumentation-loongsuite/loongsuite-instrumentation-microsoft-agent-framework/src/opentelemetry/instrumentation/microsoft_agent_framework/config.py
0 commit comments