File tree Expand file tree Collapse file tree 5 files changed +23
-4
lines changed Expand file tree Collapse file tree 5 files changed +23
-4
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ FROM $BASE
33
44LABEL com.ibm.name="IBM Storage Scale bridge for Grafana"
55LABEL com.ibm.vendor="IBM"
6- LABEL com.ibm.version="8.0.2-dev "
6+ LABEL com.ibm.version="8.0.2"
77LABEL com.ibm.url="https://github.com/IBM/ibm-spectrum-scale-bridge-for-grafana"
88LABEL com.ibm.description="This tool translates the IBM Storage Scale performance data collected internally \
99to the query requests acceptable by the Grafana integrated openTSDB plugin"
Original file line number Diff line number Diff line change 1+ # Version 8.0.2 (12/18/2024)
2+ Added GPFSNSDPool, GPFSNSDFS sensors to the supported PrometheusExporter endpoints
3+ Added LOGLEVEL to the Dockerfile editable command line arguments
4+ Removed psutil package from Python requirements list
5+
6+ Tested with Grafana version 11.0.0
7+ Tested with RedHat community-powered Grafana operator v.5
8+
9+
10+
111# Version 8.0.1 (12/10/2024)
212Added HTTP Api REST endpoints allowing to query: \
313- Performance Monitoring Tool sensors configuration in use \
Original file line number Diff line number Diff line change 11The following matrix gives a quick overview of the supported software for the IBM Storage Scale bridge for Grafana packages by version number:
2+ # Version 8.0.2 (12/18/2024)
3+ Classic Scale:
4+ - Python 3.9
5+ - CherryPy 18.10.0
6+ - IBM Storage Scale system must run 5.2.2 and above
7+ - Grafana 11.0.0 and above
8+
9+ Cloud native:
10+ - IBM Storage Scale Container Native Storage Access(CNSA) devices having minReleaseLevel 5.2.0
11+ - RedHat community-powered Grafana-Operator v5
12+
213# Version 8.0.1 (12/10/2024)
314Classic Scale:
415 - Python 3.9
Original file line number Diff line number Diff line change @@ -30,8 +30,6 @@ more-itertools==10.5.0
3030 # jaraco-text
3131portend==3.2.0
3232 # via cherrypy
33- psutil==6.1.0
34- # via -r /root/requirements_ubi.in
3533python-dateutil==2.9.0.post0
3634 # via tempora
3735pyyaml==6.0.2
Original file line number Diff line number Diff line change 2020@author: HWASSMAN
2121'''
2222
23- __version__ = '8.0.2-dev '
23+ __version__ = '8.0.2'
You can’t perform that action at this time.
0 commit comments