About

Metadata

  • Last updated , by AndrewCowie
  • License MIT
  • Categories Systems Programming
  • Maintained by: Andrew Cowie <istathar@gmail.com>

  • Lottery factor: 0

Links

Installation

Tested Compilers

  1. 9.2.7
  2. 8.10.7

Readme

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.