metrics

package
v0.7.5 Latest Latest
Warning

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

Go to latest
Published: Apr 10, 2024 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	InputManifestsProcessedCounter = prometheus.NewCounter(prometheus.CounterOpts{
		Name: "claudie_input_manifests_processed",
		Help: "Counter for processed input manifests",
	})
	InputManifestsErrorCounter = prometheus.NewCounter(prometheus.CounterOpts{
		Name: "claudie_input_manifests_err",
		Help: "Counter for the errors occurred during processing of Input Manifests",
	})
	InputManifestsInProgress = prometheus.NewGauge(prometheus.GaugeOpts{
		Name: "claudie_input_manifests_in_progress",
		Help: "Number of input manifests currently processed by scheduler",
	})
)

Functions

func MustRegisterCounters

func MustRegisterCounters()

Types

This section is empty.

Jump to

Keyboard shortcuts

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