1. 22 Jan, 2026 1 commit
  2. 21 Jan, 2026 4 commits
  3. 20 Jan, 2026 2 commits
  4. 19 Jan, 2026 1 commit
  5. 18 Jan, 2026 1 commit
  6. 14 Jan, 2026 1 commit
  7. 13 Jan, 2026 1 commit
  8. 12 Jan, 2026 2 commits
  9. 09 Jan, 2026 2 commits
  10. 08 Jan, 2026 3 commits
  11. 07 Jan, 2026 1 commit
  12. 06 Jan, 2026 1 commit
  13. 05 Jan, 2026 1 commit
  14. 29 Dec, 2025 1 commit
  15. 22 Dec, 2025 1 commit
  16. 18 Dec, 2025 1 commit
  17. 17 Dec, 2025 1 commit
  18. 14 Dec, 2025 1 commit
  19. 11 Dec, 2025 1 commit
  20. 10 Dec, 2025 1 commit
  21. 06 Dec, 2025 1 commit
  22. 05 Dec, 2025 1 commit
  23. 04 Dec, 2025 2 commits
  24. 03 Dec, 2025 1 commit
  25. 02 Dec, 2025 1 commit
  26. 01 Dec, 2025 2 commits
    • shivampr's avatar
      [Core][Observability] Add KV cache residency metrics (#27793) · cabc77cc
      shivampr authored
      
      
      Introduces three new Prometheus histograms for fine-grained observability of KV cache residency behavior:
      
      vllm:kv_block_lifetime_seconds — total lifetime from allocation to free
      vllm:kv_block_idle_before_evict_seconds — idle duration before eviction
      vllm:kv_block_reuse_gap_seconds — time between consecutive reuses of the same block
      
      These metrics help operators analyze KV cache efficiency, reuse patterns, and eviction timing beyond simple utilization rates.
      
      Implementation uses monotonic timestamps for accuracy, 1% sampling for minimal overhead (~48 bytes/block), and is fully thread-safe with zero runtime cost when disabled.
      
      Two new runtime flags are introduced:
      
      --kv-cache-metrics – enable KV cache residency metrics
      --kv-cache-metrics-sample – control sampling ratio (default: 0.01)
      Signed-off-by: default avatarShivam <shivamprasad91@gmail.com>
      cabc77cc
    • wang.yuqi's avatar
      62de4f42
  27. 30 Nov, 2025 1 commit
  28. 29 Nov, 2025 2 commits
  29. 28 Nov, 2025 1 commit