Implement an initial set of uniform DCGM GPU metrics in dcgmreceiver
.
#488
Annotations
10 errors and 2 warnings
receiver/dcgmreceiver/client.go#L327
Error return value of `dcgm.DestroyGroup` is not checked (errcheck)
|
receiver/dcgmreceiver/client.go#L344
Error return value of `dcgm.FieldGroupDestroy` is not checked (errcheck)
|
receiver/dcgmreceiver/client.go#L243
commentFormatting: put a space between `//` and comment text (gocritic)
|
receiver/dcgmreceiver/scraper.go#L234
commentFormatting: put a space between `//` and comment text (gocritic)
|
receiver/dcgmreceiver/util.go#L28
error-naming: error var blankValueError should have name of the form errFoo (revive)
|
receiver/dcgmreceiver/util.go#L29
error-naming: error var dataNotFoundError should have name of the form errFoo (revive)
|
receiver/dcgmreceiver/util.go#L30
error-naming: error var notSupportedError should have name of the form errFoo (revive)
|
receiver/dcgmreceiver/util.go#L31
error-naming: error var permissionDeniedError should have name of the form errFoo (revive)
|
receiver/dcgmreceiver/util.go#L32
error-naming: error var unexpectedTypeError should have name of the form errFoo (revive)
|
receiver/dcgmreceiver/client.go#L242
empty-block: this block is empty, you can remove it (revive)
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, actions/setup-go@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
This job failed
Loading