-
Notifications
You must be signed in to change notification settings - Fork 226
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(docs): update to include pezzo proxy
- Loading branch information
1 parent
f55e6fb
commit 5f16125
Showing
10 changed files
with
166 additions
and
159 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
docs/introduction/docker-compose.mdx → docs/deployment/docker-compose.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,47 @@ | ||
--- | ||
title: 'Observability Overview' | ||
sidebarTitle: 'Overview' | ||
title: 'Monitoring & Observability' | ||
--- | ||
Pezzo enabels you to easily observe your Geneartive AI operations. This includes: | ||
|
||
- **Traces and Requests** - Pezzo automatically traces your operations and requests and provides you with a detailed view of the execution of your operations. | ||
- **Advanced Filtering** - Filter your traces and requests by any field, including custom fields (e.g. user ID, correlation ID, etc). | ||
- **Metrics** - Pezzo automatically collects metrics from your LLM calls (execution time, cost, error rate, and more) and provides you with detailed dashboards. | ||
- **Alerts** *(Coming Soon)* - Define alerts on your metrics and get notified when something goes wrong. | ||
- **Alerts** *(Coming Soon)* - Define alerts on your metrics and get notified when something goes wrong. | ||
|
||
Observe your Generative AI operations with Pezzo. | ||
|
||
# Requests View | ||
|
||
Every project on Pezzo has a dedicated Requests view. This view shows you all the requests that have been made to your project. | ||
|
||
<Frame caption="Pezzo Project Requests View"> | ||
<img src="/platform/observability/requests-view.png" /> | ||
</Frame> | ||
|
||
## Filters | ||
|
||
You can filter requests by various criteria. For example, you can filter by the status of the request, by date/time, or by the cost of execution. | ||
|
||
<Frame caption="Filters"> | ||
<img src="/platform/observability/filters.png" /> | ||
</Frame> | ||
|
||
## Inspector | ||
|
||
You can inspect the details of any request by clicking on it. This will open the Inspector view. | ||
|
||
<Frame caption="Request Inspector"> | ||
<img src="/platform/observability/request-inspector.png" /> | ||
</Frame> | ||
|
||
# Prompt Metrics | ||
|
||
<Tip> | ||
If you feel that there are metrics that are missing, please let us know by [creating an issue on GitHub](https://github.com/pezzolabs/pezzo/issues). | ||
</Tip> | ||
|
||
If you manage your prompts with Pezzo, you are able to view insights and metrics for a specific prompt. | ||
|
||
<Frame caption="Prompt Metrics"> | ||
<img src="/platform/observability/prompt-metrics.png" /> | ||
</Frame> |
Oops, something went wrong.