-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Enable Prometheus metrics without ServiceMonitor #3244
Comments
@prashcr, thanks for bringing this up, feel free to raise a PR. |
@oliviassss Thanks, here it is: #3245 |
@oliviassss @orsenthil @jerryhe1999 |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
Is the pending PR still valid? Would really like this feature since we cannot use prometheus operator |
Would be awesome if we could get the PR merged. Our use case is we use Argo CD sync-waves to deploy several open-source applications in a particular sequence. We currently use the If we disable ServiceMonitors for |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs. This bot triages issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /close not-planned |
@k8s-triage-robot: Closing this issue, marking it as "Not Planned". In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
Can we reopen this issue please? |
Is your feature request related to a problem?
I want to enable Prometheus metrics on aws-load-balancer-controller without creating a
ServiceMonitor
and having Prometheus Operator on my Kubernetes 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.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
Related
aws/eks-charts#959
The text was updated successfully, but these errors were encountered: