metrics

package
v1.0.2 Latest Latest
Warning

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

Go to latest
Published: Feb 24, 2023 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	NnfWorkflowReconcilesTotal = prometheus.NewCounter(
		prometheus.CounterOpts{
			Name: "nnf_workflow_reconciles_total",
			Help: "Number of total reconciles in nnf_workflow controller",
		},
	)

	NnfDirectiveBreakdownReconcilesTotal = prometheus.NewCounter(
		prometheus.CounterOpts{
			Name: "nnf_directive_breakdown_reconciles_total",
			Help: "Number of total reconciles in directive_breakdown controller",
		},
	)

	NnfAccessReconcilesTotal = prometheus.NewCounter(
		prometheus.CounterOpts{
			Name: "nnf_access_reconciles_total",
			Help: "Number of total reconciles in nnf_access controller",
		},
	)

	NnfClientMountReconcilesTotal = prometheus.NewCounter(
		prometheus.CounterOpts{
			Name: "nnf_clientmount_reconciles_total",
			Help: "Number of total reconciles in nnf_clientmount controller",
		},
	)

	NnfNodeReconcilesTotal = prometheus.NewCounter(
		prometheus.CounterOpts{
			Name: "nnf_node_reconciles_total",
			Help: "Number of total reconciles in nnf_node controller",
		},
	)

	NnfNodeECDataReconcilesTotal = prometheus.NewCounter(
		prometheus.CounterOpts{
			Name: "nnf_node_ec_data_reconciles_total",
			Help: "Number of total reconciles in nnf_node_ec_data controller",
		},
	)

	NnfNodeStorageReconcilesTotal = prometheus.NewCounter(
		prometheus.CounterOpts{
			Name: "nnf_node_storage_reconciles_total",
			Help: "Number of total reconciles in nnf_node_storage controller",
		},
	)

	NnfPersistentStorageReconcilesTotal = prometheus.NewCounter(
		prometheus.CounterOpts{
			Name: "nnf_persistent_storage_reconciles_total",
			Help: "Number of total reconciles in nnf_persistentstorage controller",
		},
	)

	NnfServersReconcilesTotal = prometheus.NewCounter(
		prometheus.CounterOpts{
			Name: "nnf_servers_reconciles_total",
			Help: "Number of total reconciles in nnf_servers controller",
		},
	)

	NnfStorageReconcilesTotal = prometheus.NewCounter(
		prometheus.CounterOpts{
			Name: "nnf_storage_reconciles_total",
			Help: "Number of total reconciles in nnf_storage controller",
		},
	)

	NnfSystemConfigurationReconcilesTotal = prometheus.NewCounter(
		prometheus.CounterOpts{
			Name: "nnf_system_configuration_reconciles_total",
			Help: "Number of total reconciles in nnf_systemconfiguration controller",
		},
	)
)

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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