MIT licensed and maintained by Andrew Cowie
This version can be pinned in stack with:core-telemetry-0.2.7.0@sha256:5c914c8ef32689b0669cd687aca0eddca04209422c44ba158f8d48f9e8b4cec1,2157

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.