File tree Expand file tree Collapse file tree 5 files changed +34
-7
lines changed
Expand file tree Collapse file tree 5 files changed +34
-7
lines changed Original file line number Diff line number Diff line change 11ARG BUILD_ENV=prod
2- ARG BASE=registry.access.redhat.com/ubi9/ubi:9.5-1736404036
2+ ARG BASE=registry.access.redhat.com/ubi9/ubi:9.5-1742918310
33
44FROM $BASE AS build_prod
55ONBUILD COPY ./requirements/requirements_ubi9.txt /root/requirements_ubi9.txt
@@ -17,7 +17,7 @@ ARG BASE
1717
1818LABEL com.ibm.name="IBM Storage Scale bridge for Grafana"
1919LABEL com.ibm.vendor="IBM"
20- LABEL com.ibm.version="8.0.4-dev "
20+ LABEL com.ibm.version="8.0.4"
2121LABEL com.ibm.url="https://github.com/IBM/ibm-spectrum-scale-bridge-for-grafana"
2222LABEL com.ibm.description="This tool translates the IBM Storage Scale performance data collected internally \
2323to the query requests acceptable by the Grafana integrated openTSDB plugin"
Original file line number Diff line number Diff line change 1+ # Version 8.0.4 (04/10/2025)
2+ Added Deployment scripts to expose GPFS metrics to the Openshift Monitoring stack
3+ Published example dashboards for monitoring ESS devices: \
4+ - System load overview \
5+ - CPU utilization details \
6+ - Network Data transfer details \
7+ - InfiniBand Data transfer details \
8+ - Filesystem Data transfers rate \
9+ - Filesystem Data transfer rate per Node\
10+ - Filesystem Data transfers rate \
11+ Reworked Dockerfile allowing compile python requirements list during grafana-bridge image build \
12+ Changed the Dockerfile parent image to the registry.access.redhat.com/ubi9/ubi:9.5-1742918310 \
13+
14+ Tested with Grafana version 11.5.0
15+ Tested with RedHat community-powered Grafana operator v.5
16+
17+
18+
119# Version 8.0.3 (01/20/2025)
220Added GPFSPoolCap, GPFSInodeCap and GPFSFCMDA sensors to the supported PrometheusExporter endpoints \
321Added HTTP Api REST endpoint for querying last metric sample (OpenTSDB plugin)
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.4 (04/10/2025)
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.5.0 and above
8+
9+ Cloud native:
10+ - IBM Storage Scale Container Native Storage Access(CNSA) devices having minReleaseLevel 5.2.3
11+ - RedHat community-powered Grafana-Operator v5
12+
213# Version 8.0.3 (01/20/2025)
314Classic Scale:
415 - Python 3.9
@@ -7,7 +18,6 @@ Classic Scale:
718 - Grafana 11.0.0 and above
819
920 Cloud native:
10- - IBM Storage Scale Container Native Storage Access(CNSA) devices having minReleaseLevel 5.2.3
1121 - RedHat community-powered Grafana-Operator v5
1222
1323# Version 8.0.2 (12/18/2024)
@@ -18,7 +28,6 @@ Classic Scale:
1828 - Grafana 11.0.0 and above
1929
2030 Cloud native:
21- - IBM Storage Scale Container Native Storage Access(CNSA) devices having minReleaseLevel 5.2.3
2231 - RedHat community-powered Grafana-Operator v5
2332
2433# Version 8.0.1 (12/10/2024)
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ jaraco-functools==4.1.0
2222 # tempora
2323jaraco-text==4.0.0
2424 # via jaraco-collections
25- more-itertools==10.5 .0
25+ more-itertools==10.6 .0
2626 # via
2727 # cheroot
2828 # cherrypy
@@ -36,7 +36,7 @@ pyyaml==6.0.2
3636 # via -r /root/requirements_ubi.in
3737six==1.17.0
3838 # via python-dateutil
39- tempora==5.7 .0
39+ tempora==5.8 .0
4040 # via portend
4141zc-lockfile==3.0.post1
4242 # via cherrypy
Original file line number Diff line number Diff line change 2020@author: HWASSMAN
2121'''
2222
23- __version__ = '8.0.4-dev '
23+ __version__ = '8.0.4'
You can’t perform that action at this time.
0 commit comments