package metrics-mirage

  1. Overview
  2. Docs
Mirage backend for the Metrics library

Install

Dune Dependency

Authors

Maintainers

Sources

metrics-v0.3.0.tbz
sha256=49e917c8c4500ff04723c6845d3c726fe340bfc8724430702a5ce5026dfc50b1
sha512=eb14762a34b78d5b27ac4b312815a6b5aaaf8316eb458bfd9685f60feefa924fdb09ee39b7d4b4007bf49deb7e4eb0eb80464ba86a7feeaaed30f58f9dce432c

CHANGES.md.html

v0.3.0 (2021-06-02)

  • Add a metrics-rusage opam package that collects data from getrusage and /proc/self/stat (and /proc/self/statm). (#50, @reynir and @hannesm)

  • Update ocamlformat to 0.18.0

  • "pinned" is now "dev" in opam files

0.2.0 (2020-05-03)

  • Add mirage layer and influxdb reporter (#28, @hannesm)

  • Gnuplot: namespacing improvements (#34, @CraigFe)

  • Gnuplot: optional graph generation (#35, @CraigFe)

  • Support OCaml 4.08 (#37, @CraigFe)

  • Use OCamlFormat 0.14.1 (#38, #45, @CraigFe and @samoht)

  • opam: remove the 'build' directive on dune dependency (#43, @CraigFe)

  • introduce Metrics.cache_reporter -- a reporter holding the most recent measurement from each reporting sources (#42, @hannesm)

  • Influx: expose the "encode_line_protocol" function (#42, @hannesm)

  • Metrics_lwt: provide a source based on Logs.warn_count and Logs.error_count (#42, @hannesm)

  • Metrics_lwt: provide a function to periodically poll a source (used e.g. for GC stats etc.) (#42, @hannesm)

  • Mirage: fix the mirage subpackage for newer mirage APIs (#42, @hannesm)

0.1.0 (2018-10-19)

Initial version