@hackage core-telemetry0.2.9.4
Advanced telemetry
Categories
License
MIT
Maintainer
Andrew Cowie <istathar@gmail.com>
Links
Versions
Installation
Tested Compilers
Dependencies (20)
- base >=4.11 && <5
- bytestring
- core-data >=0.3.8.0
- core-program >=0.6.6.0
- core-text >=0.3.7.1
- exceptions Show all…
Dependents (4)
@hackage/core-webserver-servant, @hackage/unbeliever, @hackage/publish, @hackage/core-webserver-warp
This is part of a library to help build command-line programs, both tools and longer-running daemons.
This package in particular adds helpers for recording telemetry for subsequent analysis. You can instrument your code with tracing and spans, and also emit events carrying arbitrary metadata. Backends are provided for structured logs, sending traces to observability services, or even just outputting the telemetry to console.
See Core.Telemetry.Observability to get started.