prometheus-effect: Instrument applications with metrics and publish/push to Prometheus
This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.
Warnings:
- No 'category' field.
- 'ghc-options: -O2' is rarely needed. Check that it is giving a real benefit and not just imposing longer compile times on your users.
- Exposed modules use unallocated top-level names: Prometheus
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.
Properties
Versions | 1.0.0, 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 |
Uploaded | by OliverCharles at 2017-10-02T08:56:48Z |
Modules
[Index]
- Network
- Wai
- Middleware
- Wai
- Prometheus
Downloads
- prometheus-effect-1.0.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
Package maintainers
For package maintainers and hackage trustees