Closed klihub closed 1 week ago
Isn't this already part of commits 405 and 406?
Isn't this already part of commits 405 and 406?
This is like some other is this series: effectively a single commit PR, but it is stacked on top of a the previous one, in this case, PR #404.
Notes: This PR is stacked on top of #404.
Simplify the policy-backend metrics collection interface, reducing it to a single
GetMetrics()
call and a returnedpolicy.Metrics
interface, which simply implements the native prometheus collector interface withDescribe()
andCollect()
. Update policy implementations accordingly.