View Source GraphiteAggregator (GraphiteAggregator v0.0.6)

A GenServer to send metrics to graphite

Summary

Functions

Returns a specification to start this module under a supervisor.

Callback implementation for GenServer.init/1.

Functions

Returns a specification to start this module under a supervisor.

See Supervisor.

Callback implementation for GenServer.init/1.

Link to this function

metric(namespace, value \\ 1, timestamp \\ System.os_time(:second))

View Source