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

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

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-streams, http-types (>=0.9.1), io-streams, mtl, retry, safe-exceptions, streaming, streaming-bytestring, streaming-utils, streaming-wai, text, transformers, unordered-containers, vector (>=0.11.0.0), vector-algorithms, wai [details]
License BSD-3-Clause
Author Ollie Charles
Maintainer ollie@ocharles.org.uk
Revised Revision 1 made by OliverCharles at 2017-10-02T16:12:00Z
Home page https://github.com/ocharles/prometheus-effect
Uploaded by OliverCharles at 2017-10-02T08:58:54Z
Distributions
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-10-02 [all 1 reports]