Skip to content

Conversation

rbstp
Copy link
Contributor

@rbstp rbstp commented Oct 13, 2025

Summary

This commit implements a new ArgoCD plugin that enables deployment frequency tracking and DORA metrics calculation by collecting sync operation data from ArgoCD applications. It covers rollouts, deployments, replicaset, etc and are sorted per project.

Included is also a grafana dashboard to show simple statistics for the applications.

IMPORTANT: The applications in ArgoCD must be synced at least once for the plugin to collect data. Importing them via an application set does not count as a sync operation.

Does this close any open issues?

#5207

Screenshots

image image image image

Other Information

Since I used the .devcontainers, I also updated the version or else mockery would not work. The sorting of the plugins was also updated to keep them in order.

This commit implements a new ArgoCD plugin that enables deployment frequency tracking and DORA metrics calculation by collecting sync operation data from ArgoCD applications.
It covers rollouts, deployments, replicaset, etc and are sorted per project.

Included is also a grafana dashboard to show simple statistics for the applications.

Since I used the .devcontainers, I also updated the version or else mockery would not work. The sorting of the plugins was also updated to keep them in order.

IMPORTANT: The applications in ArgoCD must be synced at least once for the plugin to collect data. Importing them via an application set does not count as a sync operation.

apache#5207
@rbstp rbstp self-assigned this Oct 13, 2025
@dosubot dosubot bot added the size:XXL This PR changes 1000+ lines, ignoring generated files. label Oct 13, 2025
@rbstp rbstp added the add-a-plugin This issue is to add a plugin label Oct 13, 2025
@dosubot dosubot bot added component/plugins This issue or PR relates to plugins pr-type/feature-development This PR is to develop a new feature priority/high This issue is very important labels Oct 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

add-a-plugin This issue is to add a plugin component/plugins This issue or PR relates to plugins pr-type/feature-development This PR is to develop a new feature priority/high This issue is very important size:XXL This PR changes 1000+ lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant