Skip to content

Commit

Permalink
Update postgres-exporter to v0.12.1 (#7004)
Browse files Browse the repository at this point in the history
Fixes #6996

Thanks to @bayandin
  • Loading branch information
zaynetro authored Mar 4, 2024
1 parent f0be940 commit 0d2395f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vm-image-spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ build: |
# actually build the thing...
&& make install
FROM quay.io/prometheuscommunity/postgres-exporter:v0.12.0 AS postgres-exporter
FROM quay.io/prometheuscommunity/postgres-exporter:v0.12.1 AS postgres-exporter
FROM burningalchemist/sql_exporter:0.13 AS sql-exporter
Expand Down

1 comment on commit 0d2395f

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

2561 tests run: 2427 passed, 0 failed, 134 skipped (full report)


Flaky tests (1)

Postgres 14

  • test_compute_pageserver_connection_stress: debug

Code coverage* (full report)

  • functions: 28.7% (6935 of 24172 functions)
  • lines: 47.2% (42530 of 90097 lines)

* collected from Rust tests only


The comment gets automatically updated with the latest test results
0d2395f at 2024-03-04T16:51:34.374Z :recycle:

Please sign in to comment.