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 1
1
ARG 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
3
3
4
4
FROM $BASE AS build_prod
5
5
ONBUILD COPY ./requirements/requirements_ubi9.txt /root/requirements_ubi9.txt
@@ -17,7 +17,7 @@ ARG BASE
17
17
18
18
LABEL com.ibm.name="IBM Storage Scale bridge for Grafana"
19
19
LABEL com.ibm.vendor="IBM"
20
- LABEL com.ibm.version="8.0.4-dev "
20
+ LABEL com.ibm.version="8.0.4"
21
21
LABEL com.ibm.url="https://github.com/IBM/ibm-spectrum-scale-bridge-for-grafana"
22
22
LABEL com.ibm.description="This tool translates the IBM Storage Scale performance data collected internally \
23
23
to 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
+
1
19
# Version 8.0.3 (01/20/2025)
2
20
Added GPFSPoolCap, GPFSInodeCap and GPFSFCMDA sensors to the supported PrometheusExporter endpoints \
3
21
Added HTTP Api REST endpoint for querying last metric sample (OpenTSDB plugin)
Original file line number Diff line number Diff line change 1
1
The 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
+
2
13
# Version 8.0.3 (01/20/2025)
3
14
Classic Scale:
4
15
- Python 3.9
@@ -7,7 +18,6 @@ Classic Scale:
7
18
- Grafana 11.0.0 and above
8
19
9
20
Cloud native:
10
- - IBM Storage Scale Container Native Storage Access(CNSA) devices having minReleaseLevel 5.2.3
11
21
- RedHat community-powered Grafana-Operator v5
12
22
13
23
# Version 8.0.2 (12/18/2024)
@@ -18,7 +28,6 @@ Classic Scale:
18
28
- Grafana 11.0.0 and above
19
29
20
30
Cloud native:
21
- - IBM Storage Scale Container Native Storage Access(CNSA) devices having minReleaseLevel 5.2.3
22
31
- RedHat community-powered Grafana-Operator v5
23
32
24
33
# 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
22
22
# tempora
23
23
jaraco-text==4.0.0
24
24
# via jaraco-collections
25
- more-itertools==10.5 .0
25
+ more-itertools==10.6 .0
26
26
# via
27
27
# cheroot
28
28
# cherrypy
@@ -36,7 +36,7 @@ pyyaml==6.0.2
36
36
# via -r /root/requirements_ubi.in
37
37
six==1.17.0
38
38
# via python-dateutil
39
- tempora==5.7 .0
39
+ tempora==5.8 .0
40
40
# via portend
41
41
zc-lockfile==3.0.post1
42
42
# via cherrypy
Original file line number Diff line number Diff line change 20
20
@author: HWASSMAN
21
21
'''
22
22
23
- __version__ = '8.0.4-dev '
23
+ __version__ = '8.0.4'
You can’t perform that action at this time.
0 commit comments