prometheus-client v0.1.1 Release Notes

Release Date: 2017-04-30 // almost 7 years ago
  • prometheus-client

    • Counters are now represented as floating point numbers instead of integers.
    • 🆕 New counter methods addDurationToCounter and addCounter.

    prometheus-metrics-ghc

    • Metrics that are always incrementing are now counters instead of gauges.
    • Metric names have changed to be more inline with prometheus guidelines.