docs(configs.md): add disable_end_user_cost_tracking reference to docs

This commit is contained in:
Krrish Dholakia 2024-11-22 16:43:35 +05:30
parent 5a698c678a
commit 97d8aa0b3a

View file

@ -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