escalator
escalator copied to clipboard
Move metrics inside controller (not global)
At the moment, metrics are global and can be used by just calling metrics.<metric-name>
. They should ideally be part of the controller package. This will make it easier in the future when we will need to test the controller package, we can easily mock out the metrics provider.