Skip to content

Commit

Permalink
Merge pull request #259 from NVIDIA/main-stabilization
Browse files Browse the repository at this point in the history
Now we print a reason why we don't collect the metric
  • Loading branch information
nvvfedorov authored Feb 21, 2024
2 parents 543d648 + bafe592 commit 0e64327
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cmd/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ restart:
for _, egt := range dcgmexporter.FieldEntityGroupTypeToMonitor {
err := fieldEntityGroupTypeSystemInfo.Load(egt)
if err != nil {
logrus.Infof("Not collecting %s metrics", egt.String())
logrus.Infof("Not collecting %s metrics; %s", egt.String(), err)
}
}

Expand Down

0 comments on commit 0e64327

Please sign in to comment.