kube-rs / controller-rs

A kubernetes reference controller
Apache License 2.0
270 stars 28 forks source link

Factor `Metrics` out into its own file and use `Drop` for measurement #32

Closed clux closed 1 year ago

clux commented 1 year ago

This avoids crowding the reconciler with error-prone specifics that can be handled more cleanly in a separate module.