Skip to content

Commit d8b2eaf

Browse files
wip
1 parent bfe8ff5 commit d8b2eaf

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

internal/controller/metrics/metrics.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ var (
1111
BackupDurationSecondsTotal = prometheus.NewCounterVec(
1212
prometheus.CounterOpts{
1313
Namespace: namespace,
14-
Name: "backup_duration_seconds_total",
15-
Help: "The time from the creationTimestamp to the completion of the backup.",
14+
Name: "backup_duration_seconds_total",
15+
Help: "The time from the creationTimestamp to the completion of the backup.",
1616
},
1717
[]string{"persistentvolumeclaim", "resource_namespace"},
1818
)
@@ -21,7 +21,7 @@ var (
2121
prometheus.GaugeOpts{
2222
Namespace: namespace,
2323
Name: "mantlebackupconfig_info",
24-
Help: "Information about the backup configuration.",
24+
Help: "Information about the backup configuration.",
2525
},
2626
[]string{"persistentvolumeclaim", "resource_namespace", "mantlebackupconfig"},
2727
)
@@ -34,7 +34,7 @@ var (
3434
Buckets: []float64{100, 200, 400, 800, 1600, 3200, 9600, 28800, 86400, 259200},
3535
},
3636
[]string{"persistentvolumeclaim", "resource_namespace"},
37-
)
37+
)
3838
)
3939

4040
func init() {

0 commit comments

Comments
 (0)