1
0
Fork 0
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:
jwierzbo 2023-12-29 09:39:27 +01:00 committed by GitHub
parent 89b087c214
commit eb07812f77
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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()))
}
}
}