Skip to content

Commit

Permalink
Revert old logic for arango_operator_deployment_agency_state metric (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
jwierzbo authored Dec 29, 2023
1 parent 89b087c commit eb07812
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/deployment/old_metrics.go
Original file line number Diff line number Diff line change
Expand Up @@ -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()))
}
}
}
Expand Down

0 comments on commit eb07812

Please sign in to comment.