Open phoban01 opened 2 years ago
Currently logging is the only source of information made accessible about controller activity, we should also publish Kubernetes events and metrics.
Events should be used to surface significant points of interest for operators deploying and manage resources with the controllers.
Metrics should be used to monitor performance.
https://github.com/open-component-model/ocm-controller/pull/334 for ocm-controller is finished
Description
Currently logging is the only source of information made accessible about controller activity, we should also publish Kubernetes events and metrics.
Events should be used to surface significant points of interest for operators deploying and manage resources with the controllers.
Metrics should be used to monitor performance.