schedulers

package
v0.0.0-...-ef8e99b Latest Latest
Warning

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

Go to latest
Published: May 3, 2024 License: Apache-2.0, MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var WorkItemsActive = promauto.NewCounterVec(prometheus.CounterOpts{
	Name: "indigo_scheduler_work_items_active_total",
	Help: "Total number of work items passed into a worker",
}, []string{"pool", "scheduler_type"})
View Source
var WorkItemsAdded = promauto.NewCounterVec(prometheus.CounterOpts{
	Name: "indigo_scheduler_work_items_added_total",
	Help: "Total number of work items added to the consumer pool",
}, []string{"pool", "scheduler_type"})
View Source
var WorkItemsProcessed = promauto.NewCounterVec(prometheus.CounterOpts{
	Name: "indigo_scheduler_work_items_processed_total",
	Help: "Total number of work items processed by the consumer pool",
}, []string{"pool", "scheduler_type"})
View Source
var WorkersActive = promauto.NewGaugeVec(prometheus.GaugeOpts{
	Name: "indigo_scheduler_workers_active",
	Help: "Number of workers currently active",
}, []string{"pool", "scheduler_type"})

Functions

This section is empty.

Types

This section is empty.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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