prometheus-2.1.2: Prometheus Haskell Client

Safe HaskellNone
LanguageHaskell2010

System.Metrics.Prometheus.Http.Push

Synopsis

Documentation

pushHttpTextMetrics Source #

Arguments

:: URIAuth

PushGateway URI name, including port number (ex: myGateway.com:8080)

-> Text

Job name

-> Labels

Label set to use as a grouping key for metrics

-> Int

Microsecond push frequency

-> IO RegistrySample

Action to get latest metrics

-> IO () 

Push text metrics to a pushgateway.