prometheus-effect: Instrument applications with metrics and publish/push to Prometheus

[ bsd3, deprecated, library, program, unclassified ] [ Propose Tags ]
Deprecated in favor of prometheus-client, wai-middleware-prometheus, prometheus-metrics-ghc

Prometheus is an open-source systems monitoring and alerting toolkit originally built at SoundCloud. Since its inception in 2012, many companies and organizations have adopted Prometheus, and the project has a very active developer and user community. It is now a standalone open source project and maintained independently of any company. To emphasize this and clarify the project's governance structure, Prometheus joined the Cloud Native Computing Foundation in 2016 as the second hosted project after Kubernetes.

This library provides a Haskell client to Prometheus. It supports:

  • The metric types counter, gauge and histogram.

  • Publishing metrics over HTTP (via WAI middleware).

  • Pushing metrics to the Prometheus push gateway.

  • Labels, along with dynamic labels.

  • Instrumentation, both for internal Prometheus monitoring and GHC statistics.

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 1.0.0, 1.1.0
Change log ChangeLog.md
Dependencies base (>=4.9 && <4.11), bytestring, clock, hashable (>=1.2.4.0), http-types (>=0.9.1), mtl, prometheus-effect, random, retry, safe-exceptions, streaming, streaming-bytestring, streaming-utils, streaming-wai, text, transformers, unordered-containers, vector (>=0.11.0.0), vector-algorithms, wai, warp [details]
License BSD-3-Clause
Author Ollie Charles
Maintainer ollie@ocharles.org.uk
Home page https://github.com/ocharles/prometheus-effect
Uploaded by OliverCharles at 2017-11-08T17:36:15Z
Distributions
Executables test
Downloads 1566 total (9 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2017-11-08 [all 1 reports]