metrics

package
v0.20.1 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ComponentVersionReconcileFailed = mh.MustRegisterCounterVec(
	"ocm_system",
	metricsComponent,
	"component_version_reconcile_failed",
	"Number of times a component version failed to reconcile",
	"component",
)

ComponentVersionReconcileFailed counts the number times we failed to reconcile a component version. [component].

View Source
var ComponentVersionReconciledTotal = mh.MustRegisterCounterVec(
	"ocm_system",
	metricsComponent,
	"component_version_reconciled_total",
	"Number of times a component version was reconciled",
	"component", "version",
)

ComponentVersionReconciledTotal counts the number times a component version was reconciled. [component, version].

View Source
var ConfigurationReconcileFailed = mh.MustRegisterCounterVec(
	"ocm_system",
	metricsComponent,
	"configuration_reconcile_failed",
	"Number of times a configuration failed to reconcile",
	"configuration",
)

ConfigurationReconcileFailed counts the number times we failed to reconcile a Configuration. [configuration].

View Source
var ConfigurationReconcileSuccess = mh.MustRegisterCounterVec(
	"ocm_system",
	metricsComponent,
	"configuration_reconcile_success",
	"Number of times a configuration succeeded to reconcile",
	"configuration",
)

ConfigurationReconcileSuccess counts the number times we succeeded to reconcile a Configuration. [configuration].

View Source
var FluxDeployerReconcileFailed = mh.MustRegisterCounterVec(
	"ocm_system",
	metricsComponent,
	"flux_deployer_reconcile_failed",
	"Number of times a flux deployer failed to reconcile",
	"deployer",
)

FluxDeployerReconcileFailed counts the number times we failed to reconcile a flux deployer. [deployer].

View Source
var FluxDeployerReconcileSuccess = mh.MustRegisterCounterVec(
	"ocm_system",
	metricsComponent,
	"flux_deployer_reconcile_success",
	"Number of times a flux deployer succeeded to reconcile",
	"deployer",
)

FluxDeployerReconcileSuccess counts the number times we failed to reconcile a flux deployer. [deployer].

View Source
var LocalizationReconcileFailed = mh.MustRegisterCounterVec(
	"ocm_system",
	metricsComponent,
	"localization_reconcile_failed",
	"Number of times a localization failed to reconcile",
	"localization",
)

LocalizationReconcileFailed counts the number times we failed to reconcile a Localization. [localization].

View Source
var LocalizationReconcileSuccess = mh.MustRegisterCounterVec(
	"ocm_system",
	metricsComponent,
	"localization_reconcile_success",
	"Number of times a localization succeeded to reconcile",
	"localization",
)

LocalizationReconcileSuccess counts the number times we succeeded to reconcile a Localization. [localization].

View Source
var MPASComponentVersionReconciledStatus = mh.MustRegisterCounterVec(
	"mpas_system",
	metricsComponent,
	mh.MPASProductComponentVersionCounterLabel,
	"The status of an mpas product.",
	"product", mh.MPASProductInstallationCounterStatusLabel,
)

MPASComponentVersionReconciledStatus updates the status of an MPAS component version. [product, status].

View Source
var MPASConfigurationReconciledStatus = mh.MustRegisterCounterVec(
	"mpas_system",
	metricsComponent,
	mh.MPASProductConfigurationCounterLabel,
	"The status of an mpas product.",
	"product", mh.MPASProductInstallationCounterStatusLabel,
)

MPASConfigurationReconciledStatus updates the status of an MPAS component version. [product, status].

View Source
var MPASDeployerReconciledStatus = mh.MustRegisterCounterVec(
	"mpas_system",
	metricsComponent,
	mh.MPASProductDeployerCounterLabel,
	"The status of an mpas product.",
	"product", mh.MPASProductInstallationCounterStatusLabel,
)

MPASDeployerReconciledStatus updates the status of an MPAS component version. [product, status].

View Source
var MPASLocationReconciledStatus = mh.MustRegisterCounterVec(
	"mpas_system",
	metricsComponent,
	mh.MPASProductLocalizationCounterLabel,
	"The status of an mpas product.",
	"product", mh.MPASProductInstallationCounterStatusLabel,
)

MPASLocationReconciledStatus updates the status of an MPAS component version. [product, status].

View Source
var MPASResourceReconciledStatus = mh.MustRegisterCounterVec(
	"mpas_system",
	metricsComponent,
	mh.MPASProductResourceCounterLabel,
	"The status of an mpas product.",
	"product", mh.MPASProductInstallationCounterStatusLabel,
)

MPASResourceReconciledStatus updates the status of an MPAS component version. [product, status].

View Source
var ResourceReconcileFailed = mh.MustRegisterCounterVec(
	"ocm_system",
	metricsComponent,
	"resource_reconcile_failed",
	"Number of times a resource failed to reconcile",
	"resource",
)

ResourceReconcileFailed counts the number times we failed to reconcile a resource. [resource].

View Source
var ResourceReconcileSuccess = mh.MustRegisterCounterVec(
	"ocm_system",
	metricsComponent,
	"resource_reconcile_success",
	"Number of times a resource succeeded to reconcile",
	"resource",
)

ResourceReconcileSuccess counts the number times we failed to reconcile a resource. [resource].

View Source
var SnapshotNumberOfBytesReconciled = mh.MustRegisterGaugeVec(
	"ocm_system",
	metricsComponent,
	"snapshot_size_bytes",
	"Number of bytes reconciled by a snapshot",
	"snapshot", "digest", "component",
)

SnapshotNumberOfBytesReconciled number of bytes reconciled through snapshots. [snapshot, digest, component].

View Source
var SnapshotReconcileFailed = mh.MustRegisterCounterVec(
	"ocm_system",
	metricsComponent,
	"snapshot_reconcile_failed",
	"Number of times a snapshot failed to reconcile",
	"snapshot",
)

SnapshotReconcileFailed counts the number times we failed to reconcile a Snapshot. [configuration].

View Source
var SnapshotReconcileSuccess = mh.MustRegisterCounterVec(
	"ocm_system",
	metricsComponent,
	"snapshot_reconcile_success",
	"Number of times a snapshot succeeded to reconcile",
	"snapshot",
)

SnapshotReconcileSuccess counts the number times we succeeded to reconcile a Snapshot. [configuration].

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