From a90ad7d838b446cfc2dd7b4252086e13c3a8abbf Mon Sep 17 00:00:00 2001 From: Mark McLoughlin Date: Tue, 11 Nov 2025 15:03:22 +0000 Subject: [PATCH] Add @markmc to CODEOWNERS for Observability (#28457) Signed-off-by: Mark McLoughlin --- .github/CODEOWNERS | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 23def076cf880..f26c782bccf2c 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -61,6 +61,16 @@ CMakeLists.txt @tlrmchlsmth @LucasWilkinson /vllm/model_executor/models/transformers @hmellor /tests/models/test_transformers.py @hmellor +# Observability +/vllm/config/observability.py @markmc +/vllm/v1/metrics @markmc +/tests/v1/metrics @markmc +/vllm/tracing.py @markmc +/tests/v1/tracing/test_tracing.py @markmc +/vllm/config/kv_events.py @markmc +/vllm/distributed/kv_events.py @markmc +/tests/distributed/test_events.py @markmc + # Docs /docs/mkdocs @hmellor /docs/**/*.yml @hmellor