Documentation
¶
Index ¶
Constants ¶
View Source
const (
KubernetesClientSubsystem = "kubernetes_client"
KubernetesClientFailTotalKey = "fail_total"
)
Metrics subsystem and all of the keys used by the metrics client.
View Source
const (
MetricsClientSubsystem = "metrics_client"
MetricsClientFailTotalKey = "fail_total"
)
Metrics subsystem and all of the keys used by the metrics client.
View Source
const (
ResizerSuccessResizeTotalKey = "success_resize_total"
ResizerFailedResizeTotalKey = "failed_resize_total"
ResizerLoopSecondsTotalKey = "loop_seconds_total"
ResizerLimitReachedTotalKey = "limit_reached_total"
)
Metrics subsystem and all of the keys used by the resizer.
View Source
const MetricsNamespace string = "pvcautoresizer"
Variables ¶
View Source
var (
ResizerSuccessResizeTotal *resizerSuccessResizeTotalAdapter = &resizerSuccessResizeTotalAdapter{metric: *resizerSuccessResizeTotal}
ResizerFailedResizeTotal *resizerFailedResizeTotalAdapter = &resizerFailedResizeTotalAdapter{metric: *resizerFailedResizeTotal}
ResizerLoopSecondsTotal *resizerLoopSecondsTotalAdapter = &resizerLoopSecondsTotalAdapter{metric: resizerLoopSecondsTotal}
ResizerLimitReachedTotal *resizerLimitReachedTotalAdapter = &resizerLimitReachedTotalAdapter{metric: *resizerLimitReachedTotal}
)
View Source
var (
MetricsClientFailTotal *metricsClientFailTotalAdapter = &metricsClientFailTotalAdapter{metric: metricsClientFailTotal}
)
Functions ¶
This section is empty.
Types ¶
type KubernetesClientFailTotalAdapter ¶
type KubernetesClientFailTotalAdapter struct {
// contains filtered or unexported fields
}
var (
KubernetesClientFailTotal *KubernetesClientFailTotalAdapter = &KubernetesClientFailTotalAdapter{metric: kubernetesClientFailTotal}
)
Click to show internal directories.
Click to hide internal directories.