We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fdfaf54 + c9ecc37 commit f0277d4Copy full SHA for f0277d4
controllers/metrics.go
@@ -30,7 +30,7 @@ var (
30
},
31
[]string{
32
"dspa_name",
33
- "namespace",
+ "dspa_namespace",
34
35
)
36
PersistenceAgentReadyMetric = prometheus.NewGaugeVec(
@@ -40,7 +40,7 @@ var (
40
41
42
43
44
45
46
ScheduledWorkflowReadyMetric = prometheus.NewGaugeVec(
@@ -50,7 +50,7 @@ var (
50
51
52
53
54
55
56
CrReadyMetric = prometheus.NewGaugeVec(
@@ -60,7 +60,7 @@ var (
60
61
62
63
64
65
66
0 commit comments