From 4dc774ab8e9687360238515a7c33c1ebc2e55b34 Mon Sep 17 00:00:00 2001 From: Nir Gazit Date: Sat, 16 Dec 2023 22:19:07 +0100 Subject: [PATCH] clarify the need to set an exporter --- docs/my-website/docs/observability/traceloop_integration.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/my-website/docs/observability/traceloop_integration.md b/docs/my-website/docs/observability/traceloop_integration.md index 8052420d1..6f02aa229 100644 --- a/docs/my-website/docs/observability/traceloop_integration.md +++ b/docs/my-website/docs/observability/traceloop_integration.md @@ -23,6 +23,8 @@ Traceloop.init(app_name=, disable_batch=True) litellm.success_callback = ["traceloop"] ``` +Make sure to properly set a destination to your traces. See [OpenLLMetry docs](https://www.traceloop.com/docs/openllmetry/integrations/introduction) for options. + To get better visualizations on how your code behaves, you may want to annotate specific parts of your LLM chain. See [Traceloop docs on decorators](https://traceloop.com/docs/python-sdk/decorators) for more information. ## Exporting traces to other systems (e.g. Datadog, New Relic, and others)