View Source PromEx.Debug (PromEx v1.9.0)

This is a convenience module used for debugging and introspecting telemetry events. Primarily used to ease the development of PromEx itself.

Link to this section Summary

Functions

Use this function to attach a debugger handler to a certain telemetry event.

Link to this section Functions

Link to this function

attach_debugger(telemetry_metric_def)

View Source

Specs

attach_debugger(PromEx.telemetry_metrics() | list()) ::
  :ok | PromEx.telemetry_metrics()

Use this function to attach a debugger handler to a certain telemetry event.