The golang package "github.com/elastic/beats/metricbeat/mb" contains the "BaseMetricSet" struct which is used as a base for creating metricsets in the Elastic Metricbeat tool. It provides essential functionalities for gathering and publishing metric data. By extending this struct, developers can easily implement custom metricsets with specific data collection logic and integrate them into the Metricbeat framework.
Golang BaseMetricSet - 30 examples found. These are the top rated real world Golang examples of github.com/elastic/beats/metricbeat/mb.BaseMetricSet extracted from open source projects. You can rate examples to help us improve the quality of examples.