Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( TasksProcessed = prometheus.NewCounterVec( prometheus.CounterOpts{ Name: "tasks_processed_total", Help: "Total number of processed tasks.", }, []string{"status"}, ) TasksErrors = prometheus.NewCounterVec( prometheus.CounterOpts{ Name: "tasks_errors_total", Help: "Total number of errors encountered while processing tasks.", }, []string{"node"}, ) )
Functions ¶
func HandleHTTP ¶
func HandleHTTP()
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.