diff --git a/doc/tracing.md b/doc/tracing.md index 046bd98..1f6bc12 100644 --- a/doc/tracing.md +++ b/doc/tracing.md @@ -29,6 +29,11 @@ All frameworks or SDKs that support OTLP and follow [semantic conventions for ge ## Set up Instrumentation +Overall, the code changes focus on: + +- Instrumenting the LLM/agent application. +- Configuring the OTLP trace exporter to use the AITK local collector. +
Azure AI Inference SDK - Python