Component(s)
collector, target allocator
Describe the issue you're reporting
Description
The allocator currently uses hardcoded EvaluationInterval values when generating the Prometheus CR. These should be configurable through PrometheusCRConfig so users can override them if needed.
Proposed Change
Use values from PrometheusCRConfig when provided, otherwise fallback to Prometheus Operator defaults .
Tip
React with 👍 to help prioritize this issue. Please use comments to provide useful context, avoiding +1 or me too, to help us triage it. Learn more here.
Component(s)
collector, target allocator
Describe the issue you're reporting
Description
The allocator currently uses hardcoded
EvaluationIntervalvalues when generating the Prometheus CR. These should be configurable throughPrometheusCRConfigso users can override them if needed.Proposed Change
Use values from
PrometheusCRConfigwhen provided, otherwise fallback to Prometheus Operator defaults .Tip
React with 👍 to help prioritize this issue. Please use comments to provide useful context, avoiding
+1orme too, to help us triage it. Learn more here.