@hackage / nri-observability

Report log spans collected by nri-prelude.

Latest0.4.0.1

About

Metadata

  • Last updated , by julianobs
  • License BSD-3-Clause
  • Categories Web Development
  • Maintained by: haskell-open-source@noredink.com

  • Lottery factor: 3

Links

Installation

Readme

nri-observability

A library for reporting observability data collected in nri-prelude-backed Haskell applications to various backends.

This library exposes two categories of modules:

  • Reporter modules for sending data to various backends.
  • Log modules defining Details types for common kinds of tracing spans.
  • Observability module for a unified way of reporting to multiple targets.

Reporter and Log can be mixed and matched with Reporter and Details types defined elsewhere.