We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 129751a commit 926fe58Copy full SHA for 926fe58
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