metrics

package
v0.0.0-...-f8f77fb Latest Latest
Warning

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

Go to latest
Published: Nov 17, 2023 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ActionsTaken = prometheus.NewCounterVec(prometheus.CounterOpts{
		Name: "countermeasures_actions_taken_total",
		Help: "Number of total actions the controller executed as a result of an event",
	}, []string{"namespace", "type"})

	ActionErrors = prometheus.NewCounterVec(prometheus.CounterOpts{
		Name: "countermeasures_action_errors_total",
		Help: "Number of total errors encountered while the controller attempted to execute an action",
	}, []string{"namespace", "type"})
)

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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