Hello, I am using EKS, I configured the installation for Prometheus, but when trying to overwrite settings does not, I had to modify the configmap manually, mayby something wrong in my yaml file?
serviceAccounts:
server:
name: "service-account"
annotations:
eks.amazonaws.com/role-arn: arn:aws:iam::xxxxxxxxxxxxxx:role/ServiceAccount-Role
server:
remoteWrite:
-
url: https://aps-workspaces.xx-xxxx-x.amazonaws.com/workspaces/xxxxxxxxxxxx/api/v1/remote_write
queue_config:
max_samples_per_send: 1000
max_shards: 200
capacity: 2500
sigv4:
region: xx-xxxx-x
role_arn: arn:aws:iam::xxxxxxxxxxxxx:role/Role
statefulSet:
enabled: "true"
scrape:
enabled: true
scrape_configs:
- job_name: statsd_metrics
metrics_path: /metrics
static_configs:
- targets: ['xxxxxxxxxxxxxxx:9102']