Skip to content

Commit 0370e2d

Browse files
authored
Fix formatting of backup type in pbm_collector.go
1 parent 345c18f commit 0370e2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exporter/pbm_collector.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ func (p *pbmCollector) pbmBackupsMetrics(ctx context.Context, pbmClient *sdk.Cli
200200
"host": replset.Node,
201201
"replica_set": replset.Name,
202202
"self": self,
203-
"type": string(backup.Type),
203+
"type": string(backup.Type),
204204
}
205205

206206
metrics = append(metrics, createPBMMetric("backup_size_bytes",

0 commit comments

Comments
 (0)