Documentation
¶
Index ¶
Constants ¶
View Source
const ( AggregateAll = "all" AggregateSum = "livesum" AggregateMin = "min" AggregateMax = "max" )
Variables ¶
This section is empty.
Functions ¶
func NewDefaultProbe ¶
Types ¶
type FileMetadata ¶
type MetricFile ¶
type MetricFile struct { FileMetadata ContentLen uint32 Samples []encodedSample }
func ParseFile ¶
func ParseFile(filePath string) (*MetricFile, error)
Click to show internal directories.
Click to hide internal directories.