Skip to content

Commit

Permalink
Fixed bgwriter test
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikhail Grigorev committed Sep 9, 2024
1 parent 6e76ef1 commit 365e148
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions internal/collector/postgres_bgwriter_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ func TestPostgresBgwriterCollector_Update(t *testing.T) {
"postgres_backends_fsync_total",
"postgres_backends_allocated_bytes_total",
"postgres_bgwriter_stats_age_seconds_total",
"postgres_checkpoints_stats_age_seconds_total",
"postgres_checkpoints_restartpoints_req",
"postgres_checkpoints_restartpoints_done",
"postgres_checkpoints_restartpoints_timed",
},
collector: NewPostgresBgwriterCollector,
service: model.ServiceTypePostgresql,
Expand Down

0 comments on commit 365e148

Please sign in to comment.