[Observability] Expose python/rust frontend identity in /server_info (#39993)

Signed-off-by: Sage Ahrac <sagiahrak@gmail.com>
This commit is contained in:
Sage
2026-09-21 23:32:52 +08:00
committed by GitHub
parent 50ec9702d0
commit 14e9c40a72
3 changed files with 4 additions and 0 deletions
@@ -846,6 +846,7 @@ async def server_info():
"startup_time": _global_state.tokenizer_manager.startup_time,
"internal_states": internal_states,
"version": __version__,
"frontend": "python",
# Structured KV-event publisher descriptor for KV-aware routers.
# `None` when publishing is disabled or misconfigured; see
# `runtime_context.describe_kv_events_publisher` for the contract.