We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 533b018 commit a90ad7dCopy full SHA for a90ad7d
.github/CODEOWNERS
@@ -61,6 +61,16 @@ CMakeLists.txt @tlrmchlsmth @LucasWilkinson
61
/vllm/model_executor/models/transformers @hmellor
62
/tests/models/test_transformers.py @hmellor
63
64
+# Observability
65
+/vllm/config/observability.py @markmc
66
+/vllm/v1/metrics @markmc
67
+/tests/v1/metrics @markmc
68
+/vllm/tracing.py @markmc
69
+/tests/v1/tracing/test_tracing.py @markmc
70
+/vllm/config/kv_events.py @markmc
71
+/vllm/distributed/kv_events.py @markmc
72
+/tests/distributed/test_events.py @markmc
73
+
74
# Docs
75
/docs/mkdocs @hmellor
76
/docs/**/*.yml @hmellor
0 commit comments