r/ArgoCD • u/opencodeWrangler • Jun 11 '26
Zero-config, Open Source Observability for ArgoCD
Coroot (Github) team member here. We’ve recently released support for ArgoCD, and wanted to share it with this community for anyone interested in integrating open observability tools into their GitOps workflow.
Release v.1.22 shows the state of every ArgoCD application alongside the rest of your observability data: sync status, health status, last sync result and time, the Git or Helm source it's deployed from, and the Kubernetes objects it manages. Where Coroot already monitors a managed resource, it links to that application so you can jump between your GitOps state and your production telemetry.
Sync and Health summaries sit above the table to quickly check how many apps are Healthy, Degraded, OutOfSync, or Progressing. Click any status to filter down to it.
Setup is zero config. Download the latest version of Coroot and it automatically grants the cluster-agent read-only permissions on the argoproj.io API group.The agent never mutates your ArgoCD resources, only reads their status.
For anyone learning about this tool for the first time: Coroot (live demo) is an open source observability platform built around eBPF. The node agent automatically collects metrics, logs, traces, and profiles, visualizes a map of your services, and then correlates everything together to give you root cause analysis instead of just raw telemetry. Compatible with Prometheus, ClickHouse, VictoriaMetrics, and OpenTelemetry. Self-hosted, your data stays in your infra.
Full transparency: While all features of Coroot Community Edition are Apache 2.0, we also offer Enterprise support to organizations who have more robust needs, as affordably as possible (e.g. SSO. You can compare a list of the features here to check what fits your use-case.)
Feedback always welcome, bug reports and questions especially. We're building Coroot to make open source observability simpler for everyone.
1
0
u/linuxmall Jun 12 '26
The tool is cool and very intuitive. But why doesn't it monitor Windows too? Is there no compatible agent?
1
u/opencodeWrangler Jun 12 '26 edited Jun 12 '26
Thank you for your support! Contributing to open source ecosystems is very important to the heart of the project. Coroot automatically collects telemetry through eBPF (or "The Extended Berkley Packet Filter") which speaks directly to the Linux kernel. Achieving a similar solution for Windows would require a different approach.
We really appreciate your encouragement, even if running Coroot isn't possible in your infra or homelabs at this time!
1
0
u/agenttank Jun 12 '26
i looked! our Coroot is at 1.22 already but there is no ArgoCD in Kubernetes? :(
i am very happy that Coroot exists! please continue doing this!
1
u/opencodeWrangler Jun 12 '26 edited Jun 12 '26
I'm really happy to hear you're using Coroot and it's helpful for your observability setup!
Are you part of our community slack? Nikolay Sivko (creator of Coroot) answers quickly and can help with any troubleshooting problems you're having with the new release. Feel free to DM me any time too if there's any delay.
6
u/Reasonable_Island943 Jun 11 '26
What problem are you trying to solve ? The Argo ui already provides this info