@hackage nri-observability0.1.1.4
Report log spans collected by nri-prelude.
Categories
License
BSD-3-Clause
Maintainer
haskell-open-source@noredink.com
Links
Versions
Installation
Dependencies (20)
- 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 Show all…
Dependents (4)
@hackage/nri-redis, @hackage/nri-http, @hackage/nri-postgresql, @hackage/nri-kafka
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:
Reportermodules for sending data to various backends.Logmodules definingDetailstypes for common kinds of tracing spans.Observabilitymodule for a unified way of reporting to multiple targets.
Reporter and Log can be mixed and matched with Reporter and Details types defined elsewhere.