forked from phoenix/litellm-mirror
(feat proxy) add v2 maintained LiteLLM grafana dashboard (#6098)
* add new grafana dashboard litellm * add v2 grafana dashboard
This commit is contained in:
parent
2c8bba293f
commit
1bafbf8382
5 changed files with 820 additions and 2 deletions
|
@ -1,5 +1,6 @@
|
|||
import Tabs from '@theme/Tabs';
|
||||
import TabItem from '@theme/TabItem';
|
||||
import Image from '@theme/IdealImage';
|
||||
|
||||
# 📈 Prometheus metrics
|
||||
|
||||
|
@ -169,12 +170,22 @@ litellm_settings:
|
|||
| `litellm_redis_fails` | Number of failed redis calls |
|
||||
| `litellm_self_latency` | Histogram latency for successful litellm api call |
|
||||
|
||||
## 🔥 Community Maintained Grafana Dashboards
|
||||
## **🔥 LiteLLM Maintained Grafana Dashboards **
|
||||
|
||||
Link to Grafana Dashboards made by LiteLLM community
|
||||
Link to Grafana Dashboards maintained by LiteLLM
|
||||
|
||||
https://github.com/BerriAI/litellm/tree/main/cookbook/litellm_proxy_server/grafana_dashboard
|
||||
|
||||
Here is a screenshot of the metrics you can monitor with the LiteLLM Grafana Dashboard
|
||||
|
||||
|
||||
<Image img={require('../../img/grafana_1.png')} />
|
||||
|
||||
<Image img={require('../../img/grafana_2.png')} />
|
||||
|
||||
<Image img={require('../../img/grafana_3.png')} />
|
||||
|
||||
|
||||
## Deprecated Metrics
|
||||
|
||||
| Metric Name | Description |
|
||||
|
|
BIN
docs/my-website/img/grafana_1.png
Normal file
BIN
docs/my-website/img/grafana_1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 211 KiB |
BIN
docs/my-website/img/grafana_2.png
Normal file
BIN
docs/my-website/img/grafana_2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 130 KiB |
BIN
docs/my-website/img/grafana_3.png
Normal file
BIN
docs/my-website/img/grafana_3.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 133 KiB |
Loading…
Add table
Add a link
Reference in a new issue