You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe:
Prometheus rules, especially alert rules, are hard coded in CDI. These rules will be generated automatically. So I cannot alter the alerts. I cannot turn off the alerts either.
Describe the solution you'd like:
I wish to have a config for enabling/disabling the rule generation. So that I can turn off the rules generated by CDI, and write my own.
Describe alternatives you've considered:
I commented out the code and build my own CDI images. But this method made me diverge from the official CDI which lead me to patch CDI for every new release.
Is your feature request related to a problem? Please describe:
Prometheus rules, especially alert rules, are hard coded in CDI. These rules will be generated automatically. So I cannot alter the alerts. I cannot turn off the alerts either.
Describe the solution you'd like:
I wish to have a config for enabling/disabling the rule generation. So that I can turn off the rules generated by CDI, and write my own.
Describe alternatives you've considered:
I commented out the code and build my own CDI images. But this method made me diverge from the official CDI which lead me to patch CDI for every new release.
containerized-data-importer/pkg/operator/controller/prometheus.go
Line 68 in 3cfe2b7
Additional context:
no additional context so far.
The text was updated successfully, but these errors were encountered: