Documentation ¶ Index ¶ func New(base mb.BaseMetricSet) (mb.MetricSet, error) type MetricSet func (m *MetricSet) Fetch() ([]common.MapStr, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func New ¶ func New(base mb.BaseMetricSet) (mb.MetricSet, error) New create a new instance of the MetricSet Types ¶ type MetricSet ¶ type MetricSet struct { mb.BaseMetricSet // contains filtered or unexported fields } MetricSet type defines all fields of the MetricSet func (*MetricSet) Fetch ¶ func (m *MetricSet) Fetch() ([]common.MapStr, error) Fetch methods implements the data gathering and data conversion to the right format It returns the event which is then forward to the output. In case of an error, a descriptive error must be returned. Source Files ¶ View all Source files data.go node.go Click to show internal directories. Click to hide internal directories.