Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 784 Bytes

File metadata and controls

21 lines (12 loc) · 784 Bytes

Prometheus client bridge

Maven

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.