From c99a5a58ec3dad70cc3c0b74be58c6c0b3d247c3 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Fri, 5 Jul 2024 14:08:54 -0700 Subject: [PATCH] docs grafana dashboard litellm --- .../{ => dashboard_1}/grafana_dashboard.json | 0 .../grafana_dashboard/dashboard_1/readme.md | 6 ++++++ cookbook/litellm_proxy_server/grafana_dashboard/readme.md | 8 ++++---- docs/my-website/docs/proxy/prometheus.md | 6 ++++++ 4 files changed, 16 insertions(+), 4 deletions(-) rename cookbook/litellm_proxy_server/grafana_dashboard/{ => dashboard_1}/grafana_dashboard.json (100%) create mode 100644 cookbook/litellm_proxy_server/grafana_dashboard/dashboard_1/readme.md diff --git a/cookbook/litellm_proxy_server/grafana_dashboard/grafana_dashboard.json b/cookbook/litellm_proxy_server/grafana_dashboard/dashboard_1/grafana_dashboard.json similarity index 100% rename from cookbook/litellm_proxy_server/grafana_dashboard/grafana_dashboard.json rename to cookbook/litellm_proxy_server/grafana_dashboard/dashboard_1/grafana_dashboard.json diff --git a/cookbook/litellm_proxy_server/grafana_dashboard/dashboard_1/readme.md b/cookbook/litellm_proxy_server/grafana_dashboard/dashboard_1/readme.md new file mode 100644 index 000000000..1f193aba7 --- /dev/null +++ b/cookbook/litellm_proxy_server/grafana_dashboard/dashboard_1/readme.md @@ -0,0 +1,6 @@ +## This folder contains the `json` for creating the following Grafana Dashboard + +### Pre-Requisites +- Setup LiteLLM Proxy Prometheus Metrics https://docs.litellm.ai/docs/proxy/prometheus + +![1716623265684](https://github.com/BerriAI/litellm/assets/29436595/0e12c57e-4a2d-4850-bd4f-e4294f87a814) diff --git a/cookbook/litellm_proxy_server/grafana_dashboard/readme.md b/cookbook/litellm_proxy_server/grafana_dashboard/readme.md index 1f193aba7..fae1d792d 100644 --- a/cookbook/litellm_proxy_server/grafana_dashboard/readme.md +++ b/cookbook/litellm_proxy_server/grafana_dashboard/readme.md @@ -1,6 +1,6 @@ -## This folder contains the `json` for creating the following Grafana Dashboard +## Contains example Grafana Dashboard made for LiteLLM Proxy Server + +This folder contains the `json` for creating Grafana Dashboards ### Pre-Requisites -- Setup LiteLLM Proxy Prometheus Metrics https://docs.litellm.ai/docs/proxy/prometheus - -![1716623265684](https://github.com/BerriAI/litellm/assets/29436595/0e12c57e-4a2d-4850-bd4f-e4294f87a814) +- Setup LiteLLM Proxy Prometheus Metrics https://docs.litellm.ai/docs/proxy/prometheus \ No newline at end of file diff --git a/docs/my-website/docs/proxy/prometheus.md b/docs/my-website/docs/proxy/prometheus.md index 6790b25b0..61d1397ac 100644 --- a/docs/my-website/docs/proxy/prometheus.md +++ b/docs/my-website/docs/proxy/prometheus.md @@ -132,3 +132,9 @@ litellm_settings: | `litellm_redis_latency` | histogram latency for redis calls | | `litellm_redis_fails` | Number of failed redis calls | | `litellm_self_latency` | Histogram latency for successful litellm api call | + +## 🔥 Community Maintained Grafana Dashboards + +Link to Grafana Dashboards made by LiteLLM community + +https://github.com/BerriAI/litellm/tree/main/cookbook/litellm_proxy_server/grafana_dashboard \ No newline at end of file