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.
Click to show internal directories.
Click to hide internal directories.