Instruments.Statix (Instruments v2.4.0)

The default stats reporter. Uses the Statix library.

Link to this section Summary

Link to this section Functions

Callback implementation for Statix.connect/0.

Link to this function

decrement(key, val \\ 1, options \\ [])

Callback implementation for Statix.decrement/3.

Link to this function

gauge(key, val, options \\ [])

Callback implementation for Statix.gauge/3.

Link to this function

histogram(key, val, options \\ [])

Callback implementation for Statix.histogram/3.

Link to this function

increment(key, val \\ 1, options \\ [])

Callback implementation for Statix.increment/3.

Link to this function

measure(key, options \\ [], fun)

Callback implementation for Statix.measure/3.

Link to this function

set(key, val, options \\ [])

Callback implementation for Statix.set/3.

Link to this function

timing(key, val, options \\ [])

Callback implementation for Statix.timing/3.