Documentation
¶
Index ¶
- Constants
- func NewKluctlDeleteDuration(namespace string, name string) prometheus.Observer
- func NewKluctlDeleteEnabled(namespace string, name string) prometheus.Gauge
- func NewKluctlDeploymentDuration(namespace string, name string, mode string) prometheus.Observer
- func NewKluctlDeploymentInterval(namespace string, name string) prometheus.Gauge
- func NewKluctlDryRunEnabled(namespace string, name string) prometheus.Gauge
- func NewKluctlLastObjectStatus(namespace string, name string) prometheus.Gauge
- func NewKluctlNumberOfChanges(namespace string, name string) prometheus.Gauge
- func NewKluctlNumberOfDeletedObjects(namespace string, name string) prometheus.Gauge
- func NewKluctlNumberOfErrors(namespace string, name string, action string) prometheus.Gauge
- func NewKluctlNumberOfImages(namespace string, name string) prometheus.Gauge
- func NewKluctlNumberOfOrphanObjects(namespace string, name string) prometheus.Gauge
- func NewKluctlNumberOfWarnings(namespace string, name string, action string) prometheus.Gauge
- func NewKluctlPruneDuration(namespace string, name string) prometheus.Observer
- func NewKluctlPruneEnabled(namespace string, name string) prometheus.Gauge
- func NewKluctlSourceSpec(namespace string, name string, url string, path string, ref string) prometheus.Gauge
- func NewKluctlValidateDuration(namespace string, name string) prometheus.Observer
Constants ¶
View Source
const ( DeploymentDurationKey = "deployment_duration_seconds" NumberOfChangesKey = "number_of_changes" NumberOfDeletedObjectsKey = "number_of_deleted_objects" NumberOfErrorsKey = "number_of_errors" NumberOfImagesKey = "number_of_images" NumberOfOrphanObjectsKey = "number_of_orphan_objects" NumberOfWarningsKey = "number_of_warnings" PruneDurationKey = "prune_duration_seconds" DeleteDurationKey = "delete_duration_seconds" ValidateDurationKey = "validate_duration_seconds" )
View Source
const ( KluctlDeploymentControllerSubsystem = "kluctldeployments" DeploymentIntervalKey = "deployment_interval_seconds" DryRunEnabledKey = "dry_run_enabled" LastObjectStatusKey = "last_object_status" PruneEnabledKey = "prune_enabled" DeleteEnabledKey = "delete_enabled" SourceSpecKey = "source_spec" )
Metrics subsystem and all keys used by the kluctldeployment controller.
Variables ¶
This section is empty.
Functions ¶
func NewKluctlDeleteDuration ¶
func NewKluctlDeleteDuration(namespace string, name string) prometheus.Observer
func NewKluctlDeleteEnabled ¶
func NewKluctlDeleteEnabled(namespace string, name string) prometheus.Gauge
func NewKluctlDeploymentDuration ¶
func NewKluctlDeploymentDuration(namespace string, name string, mode string) prometheus.Observer
func NewKluctlDeploymentInterval ¶
func NewKluctlDeploymentInterval(namespace string, name string) prometheus.Gauge
func NewKluctlDryRunEnabled ¶
func NewKluctlDryRunEnabled(namespace string, name string) prometheus.Gauge
func NewKluctlLastObjectStatus ¶
func NewKluctlLastObjectStatus(namespace string, name string) prometheus.Gauge
func NewKluctlNumberOfChanges ¶
func NewKluctlNumberOfChanges(namespace string, name string) prometheus.Gauge
func NewKluctlNumberOfDeletedObjects ¶
func NewKluctlNumberOfDeletedObjects(namespace string, name string) prometheus.Gauge
func NewKluctlNumberOfErrors ¶
func NewKluctlNumberOfErrors(namespace string, name string, action string) prometheus.Gauge
func NewKluctlNumberOfImages ¶
func NewKluctlNumberOfImages(namespace string, name string) prometheus.Gauge
func NewKluctlNumberOfOrphanObjects ¶
func NewKluctlNumberOfOrphanObjects(namespace string, name string) prometheus.Gauge
func NewKluctlNumberOfWarnings ¶
func NewKluctlNumberOfWarnings(namespace string, name string, action string) prometheus.Gauge
func NewKluctlPruneDuration ¶
func NewKluctlPruneDuration(namespace string, name string) prometheus.Observer
func NewKluctlPruneEnabled ¶
func NewKluctlPruneEnabled(namespace string, name string) prometheus.Gauge
func NewKluctlSourceSpec ¶
func NewKluctlValidateDuration ¶
func NewKluctlValidateDuration(namespace string, name string) prometheus.Observer
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.