Description
Component(s)
target allocator, collector
Describe the issue you're reporting
Background
Currently, the OpenTelemetry Operator does not expose a way to configure the "target reload interval" for the collector via the Custom Resource Definition (CRD). This value is useful for controlling how frequently the collector reloads its target list, especially in dynamic environments.
I’m planning to work on adding a new field to the CRD to allow configuring "target reload interval". This change will improve flexibility and simplify configuration for users.
I'm thinking of naming the new field CollectorTargetReloadInterval, but I'm open to suggestions if there's a more appropriate or consistent naming convention you'd recommend.
Please let me know if there are any concerns or guidelines I should follow before starting the implementation.
Thanks!