Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions exporter/pbm_collector.go
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ func (p *pbmCollector) pbmBackupsMetrics(ctx context.Context, pbmClient *sdk.Cli
"opid": backup.OPID,
"status": string(backup.Status),
"name": backup.Name,
"type": string(backup.Type),
}),
)

Expand All @@ -200,6 +201,7 @@ func (p *pbmCollector) pbmBackupsMetrics(ctx context.Context, pbmClient *sdk.Cli
"opid": backup.OPID,
"status": string(backup.Status),
"name": backup.Name,
"type": string(backup.Type),
}),
)

Expand All @@ -218,6 +220,7 @@ func (p *pbmCollector) pbmBackupsMetrics(ctx context.Context, pbmClient *sdk.Cli
"opid": backup.OPID,
"status": string(backup.Status),
"name": backup.Name,
"type": string(backup.Type),
}),
)
}
Expand Down