From 1bf36cd7a40cd4c60940797f9cc73600851c105c Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Wed, 7 Aug 2024 12:50:03 -0700 Subject: [PATCH] docs prom metrics --- docs/my-website/docs/enterprise.md | 3 ++- docs/my-website/docs/proxy/enterprise.md | 3 ++- docs/my-website/docs/proxy/prometheus.md | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/my-website/docs/enterprise.md b/docs/my-website/docs/enterprise.md index fc85333b5..19e45bebf 100644 --- a/docs/my-website/docs/enterprise.md +++ b/docs/my-website/docs/enterprise.md @@ -36,7 +36,8 @@ This covers: - ✅ [Tracking Spend for Custom Tags](./proxy/enterprise#tracking-spend-for-custom-tags) - ✅ [Exporting LLM Logs to GCS Bucket](./proxy/bucket#🪣-logging-gcs-s3-buckets) - ✅ [API Endpoints to get Spend Reports per Team, API Key, Customer](./proxy/cost_tracking.md#✨-enterprise-api-endpoints-to-get-spend) - - **Advanced Metrics** + - **Prometheus Metrics** + - ✅ [Prometheus Metrics - Num Requests, failures, LLM Provider Outages](./proxy/prometheus) - ✅ [`x-ratelimit-remaining-requests`, `x-ratelimit-remaining-tokens` for LLM APIs on Prometheus](./proxy/prometheus#✨-enterprise-llm-remaining-requests-and-remaining-tokens) - **Guardrails, PII Masking, Content Moderation** - ✅ [Content Moderation with LLM Guard, LlamaGuard, Secret Detection, Google Text Moderations](./proxy/enterprise#content-moderation) diff --git a/docs/my-website/docs/proxy/enterprise.md b/docs/my-website/docs/proxy/enterprise.md index d60275681..33a899222 100644 --- a/docs/my-website/docs/proxy/enterprise.md +++ b/docs/my-website/docs/proxy/enterprise.md @@ -30,7 +30,8 @@ Features: - ✅ [Tracking Spend for Custom Tags](#tracking-spend-for-custom-tags) - ✅ [Exporting LLM Logs to GCS Bucket](./proxy/bucket#🪣-logging-gcs-s3-buckets) - ✅ [`/spend/report` API endpoint](cost_tracking.md#✨-enterprise-api-endpoints-to-get-spend) -- **Advanced Metrics** +- **Prometheus Metrics** + - ✅ [Prometheus Metrics - Num Requests, failures, LLM Provider Outages](prometheus) - ✅ [`x-ratelimit-remaining-requests`, `x-ratelimit-remaining-tokens` for LLM APIs on Prometheus](prometheus#✨-enterprise-llm-remaining-requests-and-remaining-tokens) - **Guardrails, PII Masking, Content Moderation** - ✅ [Content Moderation with LLM Guard, LlamaGuard, Secret Detection, Google Text Moderations](#content-moderation) diff --git a/docs/my-website/docs/proxy/prometheus.md b/docs/my-website/docs/proxy/prometheus.md index 991b08c7b..e61ccb1d6 100644 --- a/docs/my-website/docs/proxy/prometheus.md +++ b/docs/my-website/docs/proxy/prometheus.md @@ -1,7 +1,7 @@ import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; -# 📈 Prometheus metrics [BETA] +# 📈 Prometheus metrics :::info 🚨 Prometheus Metrics will be moving to LiteLLM Enterprise on September 15th, 2024