#414 introduced mechanism to enable additional metrics from inference-scheduler.
The PR used the term metrics collector, possibly to align with the Prometheus naming conventions.
However, from the inference scheduler's point of view it is exporting/exposing/publishing additional metrics and not collecting them (e.g., metrics collected from inference servers to guide scheduling).
Consider changing the concept docs and code to reflect this.