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.
type Server ¶ added in v1.31.1
type Server struct {
// contains filtered or unexported fields
}
Server represents HTTP OpenTSDB server.
func MustServe ¶ added in v1.31.1
MustServe serves OpenTSDB HTTP put requests from ln with up to maxRequestSize size.
MustStop must be called on the returned server when it is no longer needed.
func MustStart ¶ added in v1.31.1
MustStart starts HTTP OpenTSDB server on the given addr.
MustStop must be called on the returned server when it is no longer needed.
Click to show internal directories.
Click to hide internal directories.