From a6dd60623834cef9d7319b81cf6b568cf327baac Mon Sep 17 00:00:00 2001 From: fhshaik Date: Thu, 9 Jul 2026 18:58:33 -0700 Subject: [PATCH] docs: fix OTLP tracing metadata --- docs/intelligentapps/tracing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/intelligentapps/tracing.md b/docs/intelligentapps/tracing.md index 93600a741d5..2a5fd938cad 100644 --- a/docs/intelligentapps/tracing.md +++ b/docs/intelligentapps/tracing.md @@ -1,7 +1,7 @@ --- ContentId: e1e49b32-272f-4aef-a73b-56920112057d DateApproved: 10/03/2025 -MetaDescription: Foundry Toolkit hosts a local server to collect trace data. The collector server is OLTP-compatible and most language model SDKs either directly support OTLP or have third-party instrumentation libraries to support it. +MetaDescription: Foundry Toolkit hosts a local HTTP and gRPC server to collect trace data. The collector server is OTLP-compatible and most language model SDKs either directly support OTLP or have third-party instrumentation libraries to support it. --- # Tracing in Foundry Toolkit