Add @markmc to CODEOWNERS for Observability (#28457)

Signed-off-by: Mark McLoughlin <markmc@redhat.com>
This commit is contained in:
Mark McLoughlin 2025-11-11 15:03:22 +00:00 committed by GitHub
parent 533b018f72
commit a90ad7d838
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

10
.github/CODEOWNERS vendored
View File

@ -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