-
-
Notifications
You must be signed in to change notification settings - Fork 11.7k
Open
Labels
feature requestNew feature or requestNew feature or request
Description
🚀 The feature, motivation and pitch
Summary
Add a configuration option in vLLM to disable logging for metrics health-check endpoints.
Motivation
In production environments, frequent metrics health-check requests generate repetitive log lines that do not provide actionable value. This results in:
- Log clutter that makes it harder to identify real issues
- Increased log storage footprint and associated operational cost
- Higher noise-to-signal ratio when analyzing logs
Proposed Solution
Introduce a flag or configuration setting (e.g., --disable-metrics-healthcheck-logging or similar) that suppresses logs specifically for /health endpoints while keeping all other logging intact.
Expected Benefits
- Significant reduction in log volume in production
- Cleaner and more meaningful logs
- Lower storage and ingestion costs for centralized logging systems
- Improved user experience when debugging issues
Alternatives
No response
Additional context
No response
Before submitting a new issue...
- Make sure you already searched for relevant issues, and asked the chatbot living at the bottom right corner of the documentation page, which can answer lots of frequently asked questions.
Metadata
Metadata
Assignees
Labels
feature requestNew feature or requestNew feature or request