metrics

package
v0.36.1 Latest Latest
Warning

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

Go to latest
Published: Apr 24, 2024 License: Apache-2.0 Imports: 7 Imported by: 2

Documentation

Index

Constants

View Source
const (

	// MetricLabelErrorDefaultVal is the default string value that represents "error type unknown"
	MetricLabelErrorDefaultVal = ""
	// Well-known metricLabelError values
	NodeClaimNotFoundError    = "NodeClaimNotFoundError"
	NodeClassNotReadyError    = "NodeClassNotReadyError"
	InsufficientCapacityError = "InsufficientCapacityError"
)

Variables

This section is empty.

Functions

func Decorate

Decorate returns a new `CloudProvider` instance that will delegate all method calls to the argument, `cloudProvider`, and publish aggregated latency metrics. The value used for the metric label, "controller", is taken from the `Context` object passed to the methods of `CloudProvider`.

Do not decorate a `CloudProvider` multiple times or published metrics will contain duplicated method call counts and latencies.

func GetErrorTypeLabelValue

func GetErrorTypeLabelValue(err error) string

GetErrorTypeLabelValue is a convenience func that returns a string representation of well-known CloudProvider error types

Types

This section is empty.

Jump to

Keyboard shortcuts

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