From ab2f066df860375f01b5d9e736454fa43f9ff695 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Sat, 31 May 2025 14:26:36 -0700 Subject: [PATCH] docs prometheus --- docs/my-website/release_notes/v1.72.0-stable/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/my-website/release_notes/v1.72.0-stable/index.md b/docs/my-website/release_notes/v1.72.0-stable/index.md index 9a3dd2e2b69..141263f6709 100644 --- a/docs/my-website/release_notes/v1.72.0-stable/index.md +++ b/docs/my-website/release_notes/v1.72.0-stable/index.md @@ -48,7 +48,7 @@ LiteLLM v1.72.0-stable is live now. Here are the key highlights of this release: - **Vector Store Permissions**: Control Vector Store (Knowledge Base) access at Key, Team, and Organization level. - **Bedrock Agents**: Call Bedrock Agents with `/chat/completions`, `/response` endpoints. - **Aiohttp Transport used by default**: Aiohttp transport is now the default transport for LiteLLM networking requests. This gives users 2x higher RPS per instance with a 40ms median latency overhead. -- **Prometheus**: End users `end_user` will no longer be tracked by default on Prometheus. Tracking end_users on prometheus is now opt-in. This is done to reduce the cardinality of the metrics from LiteLLM Proxy. +- **Prometheus**: End users (`end_user`) will no longer be tracked by default on Prometheus. Tracking end_users on prometheus is now opt-in. This is done to reduce the cardinality of the metrics from LiteLLM Proxy. [Read More](../../docs/proxy/prometheus#tracking-end_user-on-prometheus) ## Vector Store Permissions