pjfanning / prometheus-kamon

Test Kamon Reporter that reports kamon metrics into Prometheus CollectorRegistry

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

prometheus-kamon

Test Kamon Reporter that reports kamon metrics into Prometheus CollectorRegistry.

The io.kamon:kamon-prometheus library has a Reporter that exposes the Kamon metrics in Prometheus text format on a HTTP server.

This code borrows heavily from kamon-prometheus but adds the metrics to Prometheus Java Client CollectorRegistry. The idea is that you might have existing Prometheus metrics and want to collect Kamon metrics as if they were Prometheus metrics (and be able to report the two types of metric together).

About

Test Kamon Reporter that reports kamon metrics into Prometheus CollectorRegistry

License:Apache License 2.0


Languages

Language:Scala 100.0%