Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Please tell me how to collect EKS Control Plane metrics in helm method #29325

Open
derekcha opened this issue Sep 13, 2024 · 0 comments
Open

Comments

@derekcha
Copy link

I want to collect the Control Plane metrics of the EKS I am using via Datadog Agent. So I looked for the manual and found this link.

annotations:
  ad.datadoghq.com/endpoints.check_names: '["kube_apiserver_metrics"]'
  ad.datadoghq.com/endpoints.init_configs: '[{}]'
  ad.datadoghq.com/endpoints.instances:
    '[{ "prometheus_url": "https://%%host%%:%%port%%/metrics", "bearer_token_auth": "true" }]'

However, the way I want to do it is using the helm way (injecting confd into agent) rather than adding annotations directly to kubernetes-api service, because I want to unify it with adding other metric collections.

Can you tell me how to collect eks control plane metrics by adding confd?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants