Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Rows ¶
type Rows struct { Rows []Row // contains filtered or unexported fields }
Rows contains parsed OpenTSDB rows.
func (*Rows) Unmarshal ¶
Unmarshal unmarshals OpenTSDB put rows from s.
See http://opentsdb.net/docs/build/html/api_telnet/put.html
s must be unchanged until rs is in use.
type Server ¶ added in v1.31.1
type Server struct {
// contains filtered or unexported fields
}
Server is a server for collecting OpenTSDB TCP and UDP metrics.
It accepts simultaneously Telnet put requests and HTTP put requests over TCP.
Click to show internal directories.
Click to hide internal directories.