package
Version:
v1.41.1-cluster
Opens a new window with list of versions in this module.
Published: Sep 22, 2020
License: Apache-2.0
Opens a new window with license information.
Imports: 13
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Documentation
¶
ParseStream parses OpenTSDB lines from r and calls callback for the parsed rows.
The callback can be called multiple times for streamed data from r.
callback shouldn't hold rows after returning.
Row is a single OpenTSDB row.
type Rows struct {
Rows []Row
}
Rows contains parsed OpenTSDB rows.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.