http4s / http4s-prometheus-metrics

Support for Prometheus Metrics
https://http4s.github.io/http4s-prometheus-metrics/
10 stars 10 forks source link

Support Openmetrics metrics format #121

Closed janstenpickle closed 1 year ago

janstenpickle commented 1 year ago

This allows metrics to formatted using openmetrics format with exemplar support.

A number of options are available for changing the format. The default now supports reading the accept header, which aligns with the default behaviour of the Java library. Users can also specify hard coded implementations depending on their need.