aws-otel-community icon indicating copy to clipboard operation
aws-otel-community copied to clipboard

scrape_interval configuration to be updated while creating ADOT add on in EKS

Open vbhatt91 opened this issue 1 year ago • 3 comments

Is your feature request related to a problem? Please describe. I would like to modify or keep custom value for 'scrape_interval' parameter in adot collector through the configuration from the add-on.

Describe the solution you'd like. To have this configuration editable under optional configuration settings (configuration values) while creating the ADOT add on in EKS cluster.

Describe alternatives you've considered. Manually editing the 'opentelemetrycollector' k8s object to update the values using below command. --> $ kubectl edit opentelemetrycollector/my-collector-amp -n opentelemetry-operator-system

vbhatt91 avatar Aug 28 '23 12:08 vbhatt91

Do you mean you want to express this in the advanced config?

mhausenblas avatar Aug 28 '23 18:08 mhausenblas

Do you mean you want to express this in the advanced config?

Yes, if it is available via directly in advanced config then we can manage the parameter from Add on configuration itself.

vbhatt91 avatar Aug 29 '23 04:08 vbhatt91

Currently the scrape interval is 15s, and it is too frequent and it cost a huge amount of money due to the usage of Amazon Managed Prometheus. Allowing us to update at least this scrape_interval allows more flexibility.

teokeecheng avatar Sep 07 '23 07:09 teokeecheng