API Reference peep v#4.2.0

View Source

Modules

Telemetry.Metrics reporter supporting Statsd and Prometheus.

A behavior for histogram bucketing strategies.

A helper module for writing modules that implement the Peep.Buckets behavior, with custom bucket boundaries.

The default bucketing strategy in Peep, based on the logarithmic bucketing scheme in the DDSketch paper.

Options for a Peep reporter. Validated with NimbleOptions.

Use this plug to expose your metrics on an endpoint for scraping. This is useful if you are using Prometheus.

Prometheus exporter module.

Behaviour for Peep storage backends. These functions are mainly called by Peep during normal functioning. Ordinary usage of Peep should not require calling any of these functions.

Peep.Storage implementation using a single ETS table.

Peep.Storage implementation using an ETS table per BEAM scheduler thread.

:telemetry events for Peep itself.