Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type MetricType ¶
type MetricType int
const ( SetupResult MetricType = iota IterationResult TeardownResult )
type Metrics ¶
type Metrics struct {
Setup *prometheus.SummaryVec
Iteration *prometheus.SummaryVec
Teardown *prometheus.SummaryVec
ProgressRegistry *prometheus.Registry
Progress *prometheus.SummaryVec
}
Click to show internal directories.
Click to hide internal directories.