mirror of
https://github.com/arangodb/kube-arangodb.git
synced 2024-12-14 11:57:37 +00:00
Revert old logic for arango_operator_deployment_agency_state metric (#1554)
This commit is contained in:
parent
89b087c214
commit
eb07812f77
1 changed files with 1 additions and 1 deletions
|
@ -144,8 +144,8 @@ func (i *inventory) CollectMetrics(in metrics.PushMetric) {
|
|||
}
|
||||
|
||||
}
|
||||
in.Push(i.deploymentAgencyStateMetric.Gauge(1, deployment.GetNamespace(), deployment.GetName()))
|
||||
}
|
||||
in.Push(i.deploymentAgencyStateMetric.Gauge(1, deployment.GetNamespace(), deployment.GetName()))
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue