Reference: aws/eks-charts#183 (comment)
The helm chart provides an option to expose prometheus metrics on a port. Prometheus metrics are often collected via a ServiceMonitor pointed at a Service, which in turn exposes the endpoints and their ports so that the prometheus server can scrape the metrics. As such, I think it'd be helpful to add an option to the helm chart that creates a ServiceMonitor and a Service to make metrics collection more easy to implement.
Let me know if you have any questions. Thanks!
Reference: aws/eks-charts#183 (comment)
The helm chart provides an option to expose prometheus metrics on a port. Prometheus metrics are often collected via a
ServiceMonitorpointed at aService, which in turn exposes the endpoints and their ports so that the prometheus server can scrape the metrics. As such, I think it'd be helpful to add an option to the helm chart that creates aServiceMonitorand aServiceto make metrics collection more easy to implement.Let me know if you have any questions. Thanks!