You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem?
I want to enable Prometheus metrics from aws-load-balancer-controller without creating a ServiceMonitor and having Prometheus Operator on my EKS cluster. This is because I'm using an alternative Prometheus collector: Grafana Agent.
Is your feature request related to a specific Helm chart, if yes mention name of the chart?
My primary concern is aws-load-balancer-controller though this applies to all charts that expose a Prometheus metrics endpoint (e.g. aws-node-termination-handler, aws-for-fluent-bit)
Describe the solution you'd like
The Helm charts defines a new metrics.enabled variable. The metrics Service is created if metrics.enabled OR serviceMonitor.enabled
Describe alternatives you've considered
None.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem?
I want to enable Prometheus metrics from aws-load-balancer-controller without creating a
ServiceMonitor
and having Prometheus Operator on my EKS cluster. This is because I'm using an alternative Prometheus collector: Grafana Agent.Currently the Helm chart defines a single
serviceMonitor.enabled
variable to enable both the Prometheus metrics service and the ServiceMonitor.Is your feature request related to a specific Helm chart, if yes mention name of the chart?
My primary concern is aws-load-balancer-controller though this applies to all charts that expose a Prometheus metrics endpoint (e.g. aws-node-termination-handler, aws-for-fluent-bit)
Describe the solution you'd like
The Helm charts defines a new
metrics.enabled
variable. The metrics Service is createdif metrics.enabled OR serviceMonitor.enabled
Describe alternatives you've considered
None.
The text was updated successfully, but these errors were encountered: