package
Version:
v0.0.0-...-7d8b796
Opens a new window with list of versions in this module.
Published: Oct 16, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 14
Opens a new window with list of imports.
Imported by: 0
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 concurrently 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.