Add seprate metrics endpoint for grpc and optionally http server#14378
Add seprate metrics endpoint for grpc and optionally http server#14378Kangyan-Zhou wants to merge 2 commits intomainfrom
Conversation
Summary of ChangesHello @Kangyan-Zhou, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request significantly enhances the operational flexibility and security posture of the SGLang server and router. It provides a dedicated mechanism for exposing Prometheus metrics, which is essential for monitoring gRPC-based deployments, and introduces robust mutual TLS authentication for secure router-worker interactions. Additionally, it enables standard TLS for the HTTP server, ensuring encrypted communication for all server types. Highlights
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here. You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension. Footnotes
|
There was a problem hiding this comment.
Code Review
This pull request introduces two significant features: a separate metrics endpoint and mTLS support for both the Python server and the Rust router. The implementation is well-structured, with corresponding changes in documentation, server arguments, and core logic. The new --metrics-port argument allows metrics to be served on a dedicated port, which is particularly useful in gRPC mode. The mTLS support enhances security for server-worker communication. My review includes a couple of suggestions to improve code clarity and maintainability.
|
/tag-and-rerun-ci |
4de9153 to
60d9a67
Compare
60d9a67 to
74b3a02
Compare
Prometheus cannot scrape server metrics with grpc ports