From 523beedb4c7b9020758604e66fa37b3ddfa1d55b Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Wed, 18 Dec 2024 11:16:30 -0800 Subject: [PATCH] update docs --- docs/my-website/docs/enterprise.md | 3 ++- docs/my-website/docs/proxy/enterprise.md | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/my-website/docs/enterprise.md b/docs/my-website/docs/enterprise.md index acc1331f90d..4336e1cdc5a 100644 --- a/docs/my-website/docs/enterprise.md +++ b/docs/my-website/docs/enterprise.md @@ -35,7 +35,8 @@ This covers: - **Controlling Guardrails by Virtual Keys** - **Spend Tracking & Data Exports** - ✅ [Tracking Spend for Custom Tags](./proxy/enterprise#tracking-spend-for-custom-tags) - - ✅ [Exporting LLM Logs to GCS Bucket](./proxy/bucket#🪣-logging-gcs-s3-buckets) + - ✅ [Set USD Budgets Spend for Custom Tags](./proxy/provider_budget_routing#-tag-budgets) + - ✅ [Exporting LLM Logs to GCS Bucket, Azure Blob Storage](./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) - **Prometheus Metrics** - ✅ [Prometheus Metrics - Num Requests, failures, LLM Provider Outages](./proxy/prometheus) diff --git a/docs/my-website/docs/proxy/enterprise.md b/docs/my-website/docs/proxy/enterprise.md index f4d649fa2d4..66f365745a0 100644 --- a/docs/my-website/docs/proxy/enterprise.md +++ b/docs/my-website/docs/proxy/enterprise.md @@ -28,7 +28,8 @@ Features: - ✅ [Disable Logging for a Team](./team_logging.md#disable-logging-for-a-team) - Switch off all logging for a team/project (GDPR Compliance) - **Spend Tracking & Data Exports** - ✅ [Tracking Spend for Custom Tags](#tracking-spend-for-custom-tags) - - ✅ [Exporting LLM Logs to GCS Bucket](./proxy/bucket#🪣-logging-gcs-s3-buckets) + - ✅ [Set USD Budgets Spend for Custom Tags](./provider_budget_routing#-tag-budgets) + - ✅ [Exporting LLM Logs to GCS Bucket, Azure Blob Storage](./proxy/bucket#🪣-logging-gcs-s3-buckets) - ✅ [`/spend/report` API endpoint](cost_tracking.md#✨-enterprise-api-endpoints-to-get-spend) - **Prometheus Metrics** - ✅ [Prometheus Metrics - Num Requests, failures, LLM Provider Outages](prometheus)