Skip to content

Commit 4665554

Browse files
Merge pull request #14179 from zhirafovod/otel_logs_metrics
2 parents 212ca20 + 5dcdbb3 commit 4665554

File tree

5 files changed

+642
-41
lines changed

5 files changed

+642
-41
lines changed

docs/my-website/docs/proxy/config_settings.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -573,6 +573,10 @@ router_settings:
573573
| LITELLM_LOCAL_MODEL_COST_MAP | Local configuration for model cost mapping in LiteLLM
574574
| LITELLM_LOG | Enable detailed logging for LiteLLM
575575
| LITELLM_LOG_FILE | File path to write LiteLLM logs to. When set, logs will be written to both console and the specified file
576+
| LITELLM_LOGGER_NAME | Name for OTEL logger
577+
| LITELLM_METER_NAME | Name for OTEL Meter
578+
| LITELLM_OTEL_INTEGRATION_ENABLE_EVENTS | Optionally enable semantic logs for OTEL
579+
| LITELLM_OTEL_INTEGRATION_ENABLE_METRICS | Optionally enable emantic metrics for OTEL
576580
| LITELLM_MASTER_KEY | Master key for proxy authentication
577581
| LITELLM_MODE | Operating mode for LiteLLM (e.g., production, development)
578582
| LITELLM_RATE_LIMIT_WINDOW_SIZE | Rate limit window size for LiteLLM. Default is 60

0 commit comments

Comments
 (0)