You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be desirable to have the nvme collector(s) gather information from the OCP stats log page as well as from the smart-log page. Note this has been discussed in the nvme-cli project. I am happy to work up a PR for this.
One question I have is if this needs to be done for the python and the shell script? Is the shell script being depreciated?
The text was updated successfully, but these errors were encountered:
A subset of all NVMe devices support the OCP SMART metrics which
expands upon the metrics provided by the standard SMART metrics. We
expand the python-based metrics collector to detect if the OCP SMART
metrics are supported and record a subset of them.
Fixesprometheus-community#223.
Signed-off-by: Stephen Bates <[email protected]>
@sbates130272 You might want to hold off submitting any PR just yet, as it seems we will have to do some non-trivial refactoring of the collector. See #226.
It would be desirable to have the nvme collector(s) gather information from the OCP stats log page as well as from the smart-log page. Note this has been discussed in the nvme-cli project. I am happy to work up a PR for this.
One question I have is if this needs to be done for the python and the shell script? Is the shell script being depreciated?
The text was updated successfully, but these errors were encountered: