You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Report actual decode speed (inverse inter-token latency), not idle-diluted throughput (#2)
The dashboard token rate is rate(vllm:generation_tokens_total[2m]) — tokens
over wall-clock, so bursty mostly-idle traffic reads far below the model's real
generation speed (~17 tok/s displayed vs ~140 tok/s actual decode).
Add decode_tokens_per_sec = rate(count)/rate(sum) of the
vllm:inter_token_latency_seconds histogram (inverse mean inter-token latency) —
the real per-token generation speed while generating, excluding idle. Existing
throughput rates are kept (carbon-per-token math needs them) and shown as
secondary context. Idle => no series (0/0), field omitted.
0 commit comments