package prometheus

  1. Overview
  2. Docs
Client library for Prometheus monitoring

Install

Authors

Maintainers

Sources

prometheus-1.2.tbz
sha256=83643a029a6b6de71d14034eee2e94feff1d08755c4a41d583dc1530ab555bcb
sha512=bbec7f0728b850b991ec50e76ef2c999341a9469ceaa11b68180f060150c4fe62f3dca87c13914ac331b3d7ef6e46256ae11466b607ecb60d00b8f284cab86b9

Description

To run services reliably, it is useful if they can report various metrics (for example, heap size, queue lengths, number of warnings logged, etc).

A monitoring service can be configured to collect this data regularly. The data can be graphed to help understand the performance of the service over time, or to help debug problems quickly. It can also be used to send alerts if a service is down or behaving poorly.

Published: 16 Jun 2022

Dependencies (6)

  1. lwt >= "2.5.0"
  2. re
  3. asetmap
  4. astring
  5. dune >= "2.3"
  6. ocaml >= "4.01.0"

Dev Dependencies

None

Conflicts

None