localmetrics

package
v0.0.0-...-ec0e9dd Latest Latest
Warning

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

Go to latest
Published: Oct 31, 2025 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	MetricNodeWebhookBlockedReqeust = prometheus.NewCounterVec(prometheus.CounterOpts{
		Name: "managed_webhook_node_blocked_request",
		Help: "Report how many times the managed node webhook has blocked requests",
	}, []string{"user"})

	MetricsList = []prometheus.Collector{
		MetricNodeWebhookBlockedReqeust,
	}
)

Functions

func IncrementNodeWebhookBlockedRequest

func IncrementNodeWebhookBlockedRequest(user string)

Types

This section is empty.

Jump to

Keyboard shortcuts

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