From 4fb7c3fa658c5c5fd8ea324d1f00e6643de6d01b Mon Sep 17 00:00:00 2001 From: isaac hershenson Date: Fri, 31 Jan 2025 17:22:11 -0800 Subject: [PATCH] comment --- .../how_to_guides/tracing/trace_with_opentelemetry.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/observability/how_to_guides/tracing/trace_with_opentelemetry.mdx b/docs/observability/how_to_guides/tracing/trace_with_opentelemetry.mdx index ad05765d..bce070c8 100644 --- a/docs/observability/how_to_guides/tracing/trace_with_opentelemetry.mdx +++ b/docs/observability/how_to_guides/tracing/trace_with_opentelemetry.mdx @@ -176,9 +176,9 @@ print(completion.choices[0].message) You should see a trace in your LangSmith dashboard [like this one](https://smith.langchain.com/public/106f5bed-edca-4357-91a5-80089252c9ed/r). -## Logging Traces from other frameworks +## Tracing using the Arize SDK -With OpenTelemetry, you can log traces from multiple other frameworks to LangSmith. +With the Arize SDK and OpenTelemetry, you can log traces from multiple other frameworks to LangSmith. Below is an example of tracing CrewAI to LangSmith, you can find a full list of supported frameworks [here](https://docs.arize.com/phoenix/tracing/integrations-tracing). To make this example work with other frameworks, you just need to change the instrumentor to match the framework.