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
Up to v24.1, roachtests Prometheus targets were discovered in GCP via
the gce_sd_configs mechanism. Starting in v24.2, this mechanism has been
replaced by an internal helper service, and the gce_sd_configs discovery
was later removed from our Prometheus configuration.
This configuration update has led to missing scraping targets for all
versions prior to v24.2. And the discovery mechanism will need to be
reintroduced until all supported releases are EOL.
This patch introduces a new label `roachtest-branch` pushed by roachtest
during roachprod cluster creation containing the version that is being
tested. This will allow filtering in the Prometheus configuration in
order to reenable target discovery only for versions prior to v24.2.
Epic: none
Release note: None
0 commit comments