We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c5c3ec commit 20e1017Copy full SHA for 20e1017
collector/pg_wal.go
@@ -78,7 +78,7 @@ func (c PGWALCollector) Update(ctx context.Context, instance *instance, ch chan<
78
segmentsValue = float64(segments.Int64)
79
} else {
80
segmentsValue = 0
81
- }
+ }
82
83
var sizeValue float64
84
if size.Valid {
0 commit comments