qnikst / prometheus-haskell

Haskell client library for exposing prometheus.io metrics.
7 stars 1 forks source link

Introduce IntGauge #6

Closed qnikst closed 4 years ago

qnikst commented 4 years ago

Together with IntCounter we want to have IntGauge. This will allow to write a bit faster Gauges.

qnikst commented 4 years ago

Implemented in https://github.com/qnikst/prometheus-haskell/commit/49094e6b90e312cf7d68508b0f5ae5584d5a21ae .