docs(proxy): document --prometheus_metrics_port separate metrics server - #1220
Merged
Merged
Conversation
Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Contributor
Author
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Documents the new
--prometheus_metrics_port/PROMETHEUS_METRICS_PORToption added in BerriAI/litellm#39889. Adds a "Serve/metricsfrom a separate process" subsection todocs/proxy/prometheus.mdunder the multi-worker section: why you would want scrapes off the inference workers, the startup command, the/metricsand/healthendpoints on the metrics port, a Prometheusscrape_configstarget, and the operational notes (same--host, needs theprometheuscallback, exits with the proxy, multiproc dir auto-created, output identical to the main endpoint which stays mounted, no virtual-key auth on that port, Docker-p 4001:4001, HelmextraEnvVarsplus pod-level scraping since the chart Service only exposes the proxy port).Resolves LIT-6881 (docs part).
Validation:
npm run buildsucceeded locally ([SUCCESS] Generated static files in "build"). Rendered-page screenshot will be posted as a PR comment.Link to Devin session: https://app.devin.ai/sessions/2f6b60305e844c1387662eb8bda72ff4
Open in Devin Desktop: https://app.devin.ai/desktop/session/2f6b60305e844c1387662eb8bda72ff4?variant=devin
Requested by: @yassin-berriai