Skip to content

Lab 5 Instrumentation

Introduction

Troubleshooting and debugging complex agents can be challenging due to the high number of steps, variability in execution sequences based on user input, lengthy inputs and outputs requiring detailed inspection, and nested processes where tools invoke other tools. Tracing addresses these challenges by providing a clear, sequential view of the inputs and outputs at each stage of an agent’s execution, making it easier to identify and resolve issues.

Lab Exercise

This lab is intended for informational purposes only and does not include any exercises.

Take a moment to review the Tracing using Application Insights.