Skip to main content
Rime model containers export OpenTelemetry metrics. An OpenTelemetry Collector can receive those metrics and expose a Prometheus-compatible endpoint.

Configure the model container

Point the model at a collector available as otelcol on the same Docker network:
See Health checks and metrics for the emitted series and histogram controls.

Configure the collector

Create otelcol.yaml:
Run the collector on the model’s Docker network and expose its Prometheus port:

Configure Prometheus

Add the collector to prometheus.yml:
Reload Prometheus, open Status > Targets, and confirm that the rime-tts target is up.