Skip to content

feat: add unified request stats logs for prefill and service.#1038

Open
DongheJin wants to merge 1 commit intojd-opensource:mainfrom
DongheJin:feat/pd
Open

feat: add unified request stats logs for prefill and service.#1038
DongheJin wants to merge 1 commit intojd-opensource:mainfrom
DongheJin:feat/pd

Conversation

@DongheJin
Copy link
Collaborator

No description provided.

Copy link
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request adds unified request stats logs by propagating x_request_id and x_request_time through the system. The changes are generally good, but I've identified an instance of redundant data being passed between services. The x_request_id and x_request_time are passed when the first token is generated, but this information is already available on the receiving service. Removing this redundancy would simplify the code and reduce data transfer. Please see my specific comment.

@DongheJin DongheJin force-pushed the feat/pd branch 2 times, most recently from 8dc724a to 4508cf1 Compare March 12, 2026 03:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants