Argocd version v3.1.5 feature - Added GitHub API metrics to better debug rate limiting #24753
Replies: 1 comment
-
|
Hi team, Is their update on this? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi team,
We recently upgraded Argo CD to v3.1.5, which includes the feature “Added GitHub API metrics to better debug rate limiting.” As per the release notes, we expected the following metrics to be available: argocd_github_api_requests_total, argocd_github_api_request_duration_seconds, argocd_github_api_rate_limit_remaining, argocd_github_api_rate_limit_limit, argocd_github_api_rate_limit_reset_seconds, argocd_github_api_rate_limit_used
We have updated our Grafana configuration to scrape and use these metrics. However, none of them are currently showing up in our environment.
Additional context:
We use GitHub Actions.
Whenever we push changes, Argo CD checks the env branch for updates.
Question:
Are these GitHub API metrics available for direct use in our setup, or is there any additional configuration required to enable them?
Beta Was this translation helpful? Give feedback.
All reactions