Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type BucketBasicStats ¶
type Buckets ¶
type Buckets []struct { Name string `json:"name"` BucketType string `json:"bucketType"` Quota BucketQuota `json:"quota"` BasicStats BucketBasicStats `json:"basicStats"` }
type MetricSet ¶
type MetricSet struct { mb.BaseMetricSet // contains filtered or unexported fields }
MetricSet type defines all fields of the MetricSet As a minimum it must inherit the mb.BaseMetricSet fields, but can be extended with additional entries. These variables can be used to persist data or configuration between multiple fetch calls.
Source Files
¶
- bucket.go
- data.go
Click to show internal directories.
Click to hide internal directories.