packages feed

prometheus-client 1.0.0.1 → 1.0.1

raw patch · 3 files changed

+3/−1 lines, 3 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

+ Prometheus: type Bucket = Double

Files

prometheus-client.cabal view
@@ -1,5 +1,5 @@ name:                prometheus-client-version:             1.0.0.1+version:             1.0.1 synopsis:            Haskell client library for http://prometheus.io. description:         Haskell client library for http://prometheus.io. homepage:            https://github.com/fimad/prometheus-haskell
src/Prometheus.hs view
@@ -117,6 +117,7 @@ -- >>> getHistogram myHistogram -- fromList [(5.0e-3,1),(1.0e-2,0),(2.5e-2,0),(5.0e-2,0),(0.1,0),(0.25,0),(0.5,0),(1.0,0),(2.5,0),(5.0,0),(10.0,0)] ,   Histogram+,   Bucket ,   histogram ,   defaultBuckets ,   exponentialBuckets
src/Prometheus/Metric/Histogram.hs view
@@ -3,6 +3,7 @@  module Prometheus.Metric.Histogram (     Histogram+,   Bucket ,   histogram ,   defaultBuckets ,   exponentialBuckets