Rheostat.Internal.StatixAdapter (Rheostat v0.1.3) View Source

Link to this section Summary

Link to this section Functions

Callback implementation for Statix.connect/1.

Link to this function

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

View Source

Callback implementation for Statix.decrement/3.

Link to this function

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

View Source

Callback implementation for Statix.gauge/3.

Link to this function

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

View Source

Callback implementation for Statix.histogram/3.

Link to this function

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

View Source

Callback implementation for Statix.increment/3.

Link to this function

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

View Source

Callback implementation for Statix.measure/3.

Link to this function

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

View Source

Callback implementation for Statix.set/3.

Link to this function

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

View Source

Callback implementation for Statix.timing/3.