Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/go_modules/tools/github.com/revie…
Browse files Browse the repository at this point in the history
…wdog/reviewdog-0.20.2
  • Loading branch information
JiriCtvrtka authored Sep 23, 2024
2 parents 6851374 + 6dcda3a commit b27f7c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exporter/pbm_collector.go
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ func (p *pbmCollector) pbmBackupsMetrics(ctx context.Context, pbmClient *sdk.Cli
metrics := make([]prometheus.Metric, 0, len(backupsList))

for _, backup := range backupsList {
metrics = append(metrics, createPBMMetric("backup_size",
metrics = append(metrics, createPBMMetric("backup_size_bytes",
"Size of PBM backup",
float64(backup.Size), map[string]string{
"opid": backup.OPID,
Expand Down

0 comments on commit b27f7c0

Please sign in to comment.