nri-observability: Report log spans collected by nri-prelude.

[ bsd3, library, web ] [ Propose Tags ]
Versions [RSS] 0.1.0.0, 0.1.0.1, 0.1.0.2, 0.1.0.3, 0.1.1.0, 0.1.1.1, 0.1.1.2, 0.1.1.3, 0.1.1.4
Change log CHANGELOG.md
Dependencies aeson (>=1.4.6.0 && <2.1), aeson-pretty (>=0.8.0 && <0.9), async (>=2.2.2 && <2.3), base (>=4.12.0.0 && <4.17), bugsnag-hs (>=0.1.0.0 && <0.3), bytestring (>=0.10.8.2 && <0.12), conduit (>=1.3.0 && <1.4), directory (>=1.3.3.0 && <1.4), hostname (>=1.0 && <1.1), http-client (>=0.6.0 && <0.8), http-client-tls (>=0.3.0 && <0.4), nri-env-parser (>=0.1.0.0 && <0.2), nri-prelude (>=0.1.0.0 && <0.7), random (>=1.1 && <1.3), safe-exceptions (>=0.1.7.0 && <1.3), stm (>=2.4 && <2.6), text (>=1.2.3.1 && <2.1), time (>=1.8.0.2 && <2), unordered-containers (>=0.2.0.0 && <0.3), uuid (>=1.3.0 && <1.4) [details]
License BSD-3-Clause
Copyright 2022 NoRedInk Corp.
Author NoRedInk
Maintainer haskell-open-source@noredink.com
Category Web
Home page https://github.com/NoRedInk/haskell-libraries/tree/trunk/nri-observability#readme
Bug tracker https://github.com/NoRedInk/haskell-libraries/issues
Source repo head: git clone https://github.com/NoRedInk/haskell-libraries(observability)
Uploaded by julianobs at 2022-02-01T21:45:28Z
Distributions
Reverse Dependencies 4 direct, 1 indirect [details]
Downloads 1216 total (30 in the last 30 days)
Rating 2.25 (votes: 2) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for nri-observability-0.1.1.4

[back to package description]

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.