Documentation ¶ Index ¶ type Riemann func (r *Riemann) Close() error func (r *Riemann) Connect() error func (r *Riemann) Description() string func (r *Riemann) SampleConfig() string func (r *Riemann) Write(points []*client.Point) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Riemann ¶ type Riemann struct { URL string Transport string // contains filtered or unexported fields } func (*Riemann) Close ¶ func (r *Riemann) Close() error func (*Riemann) Connect ¶ func (r *Riemann) Connect() error func (*Riemann) Description ¶ func (r *Riemann) Description() string func (*Riemann) SampleConfig ¶ func (r *Riemann) SampleConfig() string func (*Riemann) Write ¶ func (r *Riemann) Write(points []*client.Point) error Source Files ¶ View all Source files riemann.go Click to show internal directories. Click to hide internal directories.