metrics

package
v0.13.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 19, 2024 License: Apache-2.0 Imports: 2 Imported by: 0

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,
	}
)

func (*KubernetesClientFailTotalAdapter) Increment

func (a *KubernetesClientFailTotalAdapter) Increment()

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL