You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We want to monitor argocd projects, and identify what branches an application is refering to.
Motivation
Sometimes app configuration becomes outdated and refers to branches that don't exist anymore (eg. development branches that have been merged).
We would like to corellate argocd applications with git metadata and identify misconfiguration issues through metrics.
Proposal
Add a new label target_revision to the argocd_app_info time series, so it's also exposed as a metric.
This new label shouldn't cause significant cardinality changes.
The text was updated successfully, but these errors were encountered:
Summary
We want to monitor argocd projects, and identify what branches an application is refering to.
Motivation
Sometimes app configuration becomes outdated and refers to branches that don't exist anymore (eg. development branches that have been merged).
We would like to corellate argocd applications with git metadata and identify misconfiguration issues through metrics.
Proposal
Add a new label
target_revision
to theargocd_app_info
time series, so it's also exposed as a metric.This new label shouldn't cause significant cardinality changes.
The text was updated successfully, but these errors were encountered: