prometheus-2.0.2: Prometheus Haskell Client

Safe HaskellNone
LanguageHaskell2010

System.Metrics.Prometheus.Http.Push

Contents

Synopsis

Documentation

pushHttpTextMetrics Source #

Arguments

:: String

The base URL of the pushgateway, including the port number.

-> Text

The name of this job.

-> Labels

The label set to use as a grouping key for these metrics.

-> Int

Push frequency, in microseconds.

-> IO RegistrySample

The action to get the latest metrics.

-> IO () 

Push text metrics to a pushgateway.

Orphan instances