From 97d8aa0b3aaaf73c70a61e6ff0930ef61cbd43f6 Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Fri, 22 Nov 2024 16:43:35 +0530 Subject: [PATCH] docs(configs.md): add disable_end_user_cost_tracking reference to docs --- docs/my-website/docs/proxy/configs.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/my-website/docs/proxy/configs.md b/docs/my-website/docs/proxy/configs.md index 3b6b336d6..6f54df2ae 100644 --- a/docs/my-website/docs/proxy/configs.md +++ b/docs/my-website/docs/proxy/configs.md @@ -754,6 +754,7 @@ general_settings: | cache_params.s3_endpoint_url | string | Optional - The endpoint URL for the S3 bucket. | | cache_params.supported_call_types | array of strings | The types of calls to cache. [Further docs](./caching) | | cache_params.mode | string | The mode of the cache. [Further docs](./caching) | +| disable_end_user_cost_tracking | boolean | If true, turns off end user cost tracking on prometheus metrics + litellm spend logs table on proxy. | ### general_settings - Reference