Skip to content

0.1.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@fimad fimad released this 30 Apr 22:23

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.