Open
Description
Is your feature request related to a problem ?
EKS has recently started exposing various control plane metrics through raw kube api metric paths: https://aws.amazon.com/blogs/containers/amazon-eks-enhances-kubernetes-control-plane-observability/
This means there are no services or pods you can target, but instead you have to create an additional scrape config.
Describe the solution you'd like.
I would be great if there was a way to enable the control plane metric collection and specify EKS and get the custom scrape configs instead of the typical pod/service monitors, and ideally any related alerts and dashboards would work as expected.
Describe alternatives you've considered.
Currently, I'm probably going to just add an additional scrape config, and try and figure out how to make it work with generated alerts and dashboards.
Additional context.
No response