Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions monitoring.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,9 @@ python debugging.py
```

<img height="200" src="/images/debugging.png" style={{ borderRadius: "8px" }} />

### Monitoring with OpenLIT (OpenTelemetry)

Phidata integrates with OpenLIT to deliver complete execution traces and metrics of your Agent events that can be forwarded to any OpenTelemetry-compatible backend, such as OpenLIT itself, Grafana, New Relic, and more. This integration allows you to consolidate data related to LLM usage, VectorDBs, and agent tasks into a single platform, making it easy to debut in production.

To begin, follow the OpenLIT Quickstart Guide available [here](https://docs.openlit.io/latest/quickstart-observability).