forked from phoenix/litellm-mirror
Merge pull request #1162 from nirga/patch-2
clarify the need to set an exporter
This commit is contained in:
commit
c703fb2f2c
1 changed files with 2 additions and 0 deletions
|
@ -23,6 +23,8 @@ Traceloop.init(app_name=<YOUR 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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue