Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AggregationType ¶
type AggregationType string
const ( AverageAggregationType AggregationType = "average" SumAggregationType AggregationType = "sum" )
func (AggregationType) String ¶ added in v0.19.0
func (a AggregationType) String() string
type Metadata ¶ added in v0.28.0
type Metadata struct { SpyName string SampleRate uint32 Units Units AggregationType AggregationType }
Click to show internal directories.
Click to hide internal directories.