Documentation ¶ Index ¶ func New(base mb.BaseMetricSet) (mb.MetricSet, error) type MetricSet func (m *MetricSet) Fetch(r mb.ReporterV2) 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 { *logstash.MetricSet } MetricSet type defines all fields of the MetricSet func (*MetricSet) Fetch ¶ func (m *MetricSet) Fetch(r mb.ReporterV2) 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 data_xpack.go node.go Click to show internal directories. Click to hide internal directories.