Expand description

Metriki as a Tracing Backend

This library acts as a backend for tracing. It tracks spans and events created with tracing API and translates them into metriki concepts.

  • Spans are recorded with metriki timers.
  • Events are recorded with metriki meters.

By using this backend, developers are able to add Metriki and its exporter/reporter ecosystem into tracing without touching metriki apis.

Structs