Skip to content

Commit 26b1c12

Browse files
committed
roachprod: bump local Prometheus version to 2.53.5
The local Prometheus version (2.27.1) is over 4 years old and has been observed crashing in CI (e.g. #169503 on s390x). This commit bumps it to 2.53.5, the latest patch in the 2.53 LTS series. We choose to stay on 2.x instead of upgrading to 3.x to avoid any breaking changes. The 2.x bump is sufficient to address the stability issue mentioned above and will act as an drop-in replacement before we move away from Prometheus entirely (VictoriaMetrics). The 2.53.5 tarballs have been uploaded to gs://cockroach-test-artifacts/prometheus/ for amd64, arm64, and s390x. No testdata regeneration was required because PrometheusVersion is not embedded in any cloud-provider startup script. Resolves: #169559 See also: #169503 Release note: None
1 parent 80b78fa commit 26b1c12

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/roachprod/vm/startup.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const (
1919
GrafanaEnterpriseVersion = "9.2.3"
2020
// PrometheusVersion is the version of Prometheus installed during the
2121
// grafana-start command.
22-
PrometheusVersion = "2.27.1"
22+
PrometheusVersion = "2.53.5"
2323
// NodeExporterVersion is the version of NodeExporter installed on each node
2424
// in the startup script and during the grafana-start command.
2525
NodeExporterVersion = "1.10.2"

0 commit comments

Comments
 (0)