mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-24 18:24:20 +00:00
test_nova_optional_params_tool_choice
This commit is contained in:
parent
5099aac1a5
commit
dabbb58cd8
1 changed files with 11 additions and 0 deletions
|
@ -281,6 +281,17 @@ Here is a screenshot of the metrics you can monitor with the LiteLLM Grafana Das
|
|||
|
||||
|
||||
|
||||
## Add authentication on /metrics endpoint
|
||||
|
||||
**By default /metrics endpoint is unauthenticated.**
|
||||
|
||||
You can opt into running litellm authentication on the /metrics endpoint by setting the following on the config
|
||||
|
||||
```yaml
|
||||
litellm_settings:
|
||||
require_auth_for_metrics_endpoint: true
|
||||
```
|
||||
|
||||
## FAQ
|
||||
|
||||
### What are `_created` vs. `_total` metrics?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue