You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[metrics]: Allow EPP to register metrics from extention (#1787)
The motivation is
llm-d/llm-d-inference-scheduler#386 that we
would like to have more metrics from llm-d inference scheduler plugin.
The current metrics implementation is bundled in the runner of EPP, so
this PR extends the runner to allow extention to register prometheus
metrics collector.
See llm-d/llm-d-inference-scheduler#405 for a
draft PR of how metrics are going to be implemented in the plugin.
I have tested locally that both EPP and inference scheduler metrics can
be exported through the pod /metrics endpoint.
0 commit comments