Documentation
¶
Overview ¶
The plugins package contains metricd plugins.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Graphite ¶
type Graphite struct {
// A channel, which will receive metrics from the users.
Metrics chan *pb.Metric
// Location of the Graphite server.
Loc string
// contains filtered or unexported fields
}
Graphite object represents a connection to a Graphite server, located at "host:port" supplied in Loc.
Click to show internal directories.
Click to hide internal directories.