Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrMetricNotFound = errors.New("metric not found") ErrMetricTypeMismatch = errors.New("metric is not the expected type") ErrMetricLabelMismatch = errors.New("metric labels do not match expected labels") )
Potential errors that the test handler can return trying to find a metric to return.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
func NewHandler ¶
type HistogramBucket ¶ added in v1.21.0
type HistogramBucket struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.