Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrProtocolError = errors.New("prometheus protocol error")
Functions ¶
This section is empty.
Types ¶
type Prometheus ¶
type Prometheus struct {
Urls []string
}
func (*Prometheus) Description ¶
func (r *Prometheus) Description() string
func (*Prometheus) Gather ¶
func (g *Prometheus) Gather(acc plugins.Accumulator) error
Reads stats from all configured servers accumulates stats. Returns one of the errors encountered while gather stats (if any).
func (*Prometheus) SampleConfig ¶
func (r *Prometheus) SampleConfig() string
Click to show internal directories.
Click to hide internal directories.