Stable telemetry events and reporter-neutral metric definitions for Jizoku.
Jizoku emits telemetry but does not install reporters, exporters, dashboards, loggers, or alerting. Hosts remain responsible for those integrations.
Summary
Functions
Returns every public Jizoku telemetry event name.
Returns the recommended bounded-cardinality metric definitions.
Returns the recommended metrics with partition included as an explicit opt-in tag.
Returns whether an event name is a public Jizoku lifecycle point event.
Returns whether an event prefix is a public Jizoku span boundary.
Functions
@spec events() :: [[atom(), ...]]
Returns every public Jizoku telemetry event name.
@spec metrics() :: [Telemetry.Metrics.t()]
Returns the recommended bounded-cardinality metric definitions.
@spec partition_metrics() :: [Telemetry.Metrics.t()]
Returns the recommended metrics with partition included as an explicit opt-in tag.
Returns whether an event name is a public Jizoku lifecycle point event.
Returns whether an event prefix is a public Jizoku span boundary.