Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 529 Bytes

File metadata and controls

19 lines (11 loc) · 529 Bytes

Prometheus client bridge

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

Learn more about component owners in component_owners.yml.