-
Notifications
You must be signed in to change notification settings - Fork 6
Graphite
Ric Lister edited this page May 23, 2013
·
1 revision
Graphite is the default data source, and accepts all the standard metric arguments.
Default source
is http://graphite
.
The target
argument will accept any metric definition accepted by
graphite's /render
endpoint, including wildcards and graphite
functions.
Data is requested bucketed into 10 second steps for short time ranges,
with step size increasing for longer period to keep data smooth and
the number of point sane for rendering (bucketing is done at source
with the graphite summarize()
function).
Graphite supports adding metrics dynamically using .find()
on any
target wildcard metric.