Documentation ¶
Overview ¶
Package input contains input plugins for collecting metrics and passing them to analysis functions.
TODO: replace sleep with the design in http://talks.golang.org/2013/advconc.slide#1, which would also provide a quit channel.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GraphiteFetch ¶
type GraphiteFetch struct {
// contains filtered or unexported fields
}
func (*GraphiteFetch) Run ¶
func (gf *GraphiteFetch) Run() error
type GraphiteMetric ¶
type GraphiteResponse ¶
type GraphiteResponse []GraphiteMetric
Structure of graphite-webapp JSON response:
[
{ "target": "host.metric.a", "datapoints": [[<metric> <timestamp>]] }, {...}
]
Click to show internal directories.
Click to hide internal directories.