postgres_exporter: Rebase the per-index stats branch.

The branch from the PR is somewhat stale, and is missing important bugfixes.
This commit is contained in:
Alex Vandiver 2023-09-11 17:56:11 -04:00 committed by Tim Abbott
parent 20886b80d9
commit ccbd834a86
2 changed files with 3 additions and 3 deletions

View File

@ -123,8 +123,8 @@ class zulip::common {
# https://github.com/prometheus-community/postgres_exporter/pull/843
'postgres_exporter-src' => {
'version' => '4881e566207b1675f8b2ceae9bcd71f61800ccd1',
'sha256' => '1b0aaf32e3834f02e5448fb21c0de114a4e42cc0937300e307899efb8438bf16',
'version' => '4406fb928539e3ea994bf30c5452a8a0c9261840',
'sha256' => 'f40d0f65f4a9b28d56e6d9fcf1e491952c38e22fb2f77dd1db89f4ff63bad7c0',
},
# https://github.com/ncabatoff/process-exporter/releases

View File

@ -13,7 +13,7 @@ class zulip_ops::prometheus::postgresql {
zulip::external_dep { 'postgres_exporter-src':
version => $version,
url => "https://github.com/Sticksman/postgres_exporter/archive/${version}.tar.gz",
url => "https://github.com/alexmv/postgres_exporter/archive/${version}.tar.gz",
tarball_prefix => "postgres_exporter-${version}",
}