Prometheus client bridge
June 19, 2026 ยท View on GitHub
This module can be used to bridge OpenTelemetry metrics into the prometheus-simpleclient library.
Currently only registers with the CollectorRegistry's defaultRegistry.
- Build it with
./gradlew :prometheus-simpleclient-bridge:build
Usage
sdkMeterProvider.registerMetricReader(PrometheusCollector.create());
Component owners
- John Watson, Verta.ai
Learn more about component owners in component_owners.yml.