aws / eks-anywhere

Run Amazon EKS on your own infrastructure 🚀
https://anywhere.eks.amazonaws.com
Apache License 2.0
1.96k stars 284 forks source link

Expose etcd metrics #7106

Open Cajga opened 9 months ago

Cajga commented 9 months ago

What would you like to be added: After installation of EKS-A, etcd only listens on localhost for metrics which prevents us to scrape/monitor etcd with e.g. prometheus:

# grep listen-metrics-urls /etc/kubernetes/manifests/etcd.yaml 
    - --listen-metrics-urls=http://127.0.0.1:2381

Please modify this parameter so, etcd listens for metrics on the control plane's IP.

Why is this needed: To be able to monitor/scrape etcd which is a critical component of the cluster.

d8660091 commented 9 months ago

Thank you for this feedback. We are working on it and targeting to release this feature in Q1 2024.

jiayiwang7 commented 5 months ago

Thank you for this feedback. We are working on it and targeting to release this feature in Q1 2024.

There has been shift of priorities internally and the etcd metrics support won't be ready Q1/Q2 2024. It is still tracked on our roadmap and the design doc of the feature is finalized. We don't have an exact timeline for the implementation yet.

GEEugene commented 2 weeks ago

Hi, guys! Is there any changes for this feature? Can you suggest any date of the release of this feature?