Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Gatherer ¶
type Gatherer interface { Gather(executor QueryExecutor, startTime time.Time, config *measurement.MeasurementConfig) ([]measurement.Summary, error) IsEnabled(config *measurement.MeasurementConfig) bool String() string }
Gatherer is an interface for measurements based on Prometheus metrics. Those measurments don't require any preparation. It's assumed Prometheus is up, running and instructed to scrape required metrics in the test cluster (please see clusterloader2/pkg/prometheus/manifests).
Click to show internal directories.
Click to hide internal directories.