Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ParseStream ¶
func ParseStream(r io.Reader, isGzipped bool, callback func(tss []prompbmarshal.TimeSeries) error) error
ParseStream parses OpenTelemetry protobuf or json data from r and calls callback for the parsed rows.
callback shouldn't hold tss items after returning.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.