File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ func (d *Deployment) CollectMetrics(m metrics.PushMetric) {
4747 m .Push (metric_descriptions .ArangodbOperatorAgencyIndexGauge (float64 (d .metrics .Agency .Index ), d .namespace , d .name ))
4848
4949 m .Push (metric_descriptions .ArangodbOperatorResourcesArangodeploymentValidationErrorsCounter (float64 (d .metrics .Errors .DeploymentValidationErrors ), d .namespace , d .name ))
50- m .Push (metric_descriptions .ArangodbOperatorResourcesArangodeploymentImmutableErrorsCounter (float64 (d .metrics .Errors .DeploymentValidationErrors ), d .namespace , d .name ))
50+ m .Push (metric_descriptions .ArangodbOperatorResourcesArangodeploymentImmutableErrorsCounter (float64 (d .metrics .Errors .DeploymentImmutableErrors ), d .namespace , d .name ))
5151
5252 if d .metrics .Deployment .Accepted {
5353 m .Push (metric_descriptions .ArangodbOperatorResourcesArangodeploymentAcceptedGauge (1 , d .namespace , d .name ))
You can’t perform that action at this time.
0 commit comments