Skip to content

Commit 33d9f10

Browse files
committed
Fix links
1 parent 88b4a63 commit 33d9f10

1 file changed

Lines changed: 13 additions & 1 deletion

File tree

agent-framework/user-guide/workflows/observability.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Microsoft Agent Framework Workflows - Observability
33
description: In-depth look at Observability in Microsoft Agent Framework Workflows.
4+
zone_pivot_groups: programming-languages
45
author: TaoChenOSU
56
ms.topic: tutorial
67
ms.author: taochen
@@ -12,14 +13,25 @@ ms.service: agent-framework
1213

1314
Observability provides insights into the internal state and behavior of workflows during execution. This includes logging, metrics, and tracing capabilities that help monitor and debug workflows.
1415

15-
> [!TIP] Observability is a framework-wide feature and is not limited to workflows. For more information, refer to [Agent Observability](../agents/agent-observability.md).
16+
> [!TIP]
17+
> Observability is a framework-wide feature and is not limited to workflows. For more information, refer to [Agent Observability](../agents/agent-observability.md).
1618
1719
Aside from the standard [GenAI telemetry](https://opentelemetry.io/docs/specs/semconv/gen-ai/), Agent Framework Workflows emits additional spans, logs, and metrics to provide deeper insights into workflow execution. These observability features help developers understand the flow of messages, the performance of executors, and any errors that may occur.
1820

1921
## Enable Observability
2022

23+
::: zone pivot="programming-language-csharp"
24+
2125
Please refer to [Enabling Observability](../agents/agent-observability#enable-observability) for instructions on enabling observability in your applications.
2226

27+
::: zone-end
28+
29+
::: zone pivot="programming-language-python"
30+
31+
Please refer to [Enabling Observability](../agents/agent-observability#enable-observability-1) for instructions on enabling observability in your applications.
32+
33+
::: zone-end
34+
2335
## Workflow Spans
2436

2537
| Span Name | Description |

0 commit comments

Comments
 (0)