metrics

package
v0.0.12 Latest Latest
Warning

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

Go to latest
Published: Mar 30, 2025 License: MIT Imports: 3 Imported by: 0

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.

Jump to

Keyboard shortcuts

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