-
Notifications
You must be signed in to change notification settings - Fork 229
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
Metrics for GitRepo status #247
Comments
I would also like this as a feature, and would be interested in taking this on as we currently need it. |
Having Prometheus metrics would be incredibly useful when managing multiple downstream clusters. I would like Alertmanager to send Slack alerts when a specific bundle has been in a It's true that downstream clusters with Prometheus and Alertmanager should be able to alert on unhealthy pods but there is no good way to determine if the bundle is |
Same here. previously we've always been using some ci/cd solution to actively deploy to kubernetes. An error in e.g. gitlab pipeline will notify the user. |
@strowi you can use We wait for X amount of time and then use |
@ADustyOldMuffin Thank you for the suggestion, will check that too. To be sure you're talking about the fleet-cli right? Ah just found #317 which sounds a lot like what i would like.;) |
Nope, if you're using GitOps you could have your pipeline trigger on commit and then wait on the git repo to be in a ready state or the bundles if you know the bundles. That being said, I am also working in this myself as we would like to use alert manager as well with prometheus for this. |
Right, that might be possible. Need to test and check that out a little more in context of multi-cluster and k8s-context. |
ping we would like to get metrics from fleet |
Closing in favor of #1408 |
I'm setting up a POC internally with fleet and k3s to deploy helm charts to edge devices. It works pretty good, but unfortunately I am currently missing feedback if the sync is successful. For example, one of the devices had a firewall issue to connect to GitHub.
I was wondering how this is mostly monitored? I was hoping to find a prometheus endpoint that exposed the status of a GitRepo config.
Also, I noticed by browsing through some issues that you can visualize some information with rancher, but currently I did not add this to our stack.
Thanks!
The text was updated successfully, but these errors were encountered: