Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

Commit

Permalink
Disabling DeadTuples to check problem with AWS
Browse files Browse the repository at this point in the history
  • Loading branch information
Diogo Nicoleti authored Nov 21, 2019
1 parent 6740e1f commit c76d40e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ func watch(db *sql.DB, reg prometheus.Registerer, name string) {
reg.MustRegister(gauges.ScheduledCheckpoints())
reg.MustRegister(gauges.BuffersMaxWrittenClean())
reg.MustRegister(gauges.BuffersWritten())
reg.MustRegister(gauges.DeadTuples())
//reg.MustRegister(gauges.DeadTuples())
reg.MustRegister(gauges.HeapBlocksHit())
reg.MustRegister(gauges.HeapBlocksRead())
reg.MustRegister(gauges.IndexScans())
Expand Down

0 comments on commit c76d40e

Please sign in to comment.