Feature Request
Is your feature request related to a problem? Please describe.
Currently, we generate the metrics in the run.go(for the main). See: https://github.com/operator-framework/operator-sdk/blob/master/pkg/helm/run.go#L166
However, for the new layout, the metrics are customized. See that we scaffold a service monitor resource in ./config/prometheus/monitor.yaml.
Describe the solution you'd like
Feature Request
Is your feature request related to a problem? Please describe.
Currently, we generate the metrics in the run.go(for the main). See: https://github.com/operator-framework/operator-sdk/blob/master/pkg/helm/run.go#L166
However, for the new layout, the metrics are customized. See that we scaffold a service monitor resource in ./config/prometheus/monitor.yaml.
Describe the solution you'd like