File tree Expand file tree Collapse file tree 4 files changed +28
-2
lines changed Expand file tree Collapse file tree 4 files changed +28
-2
lines changed Original file line number Diff line number Diff line change @@ -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.6-dev "
20
+ LABEL com.ibm.version="8.0.6"
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.6 (05/28/2025)
2
+ Published example dashboard for observing high level health status of all gpfs devices rgistered and managed with Grafana\
3
+ Improved rawCounters setting management by PrometheusExporter\
4
+ Added RAWDATA to the Dockerfile editable command line arguments\
5
+ Added HTTP Api REST endpoint for querying sensor metrics details\
6
+
7
+ Changed the Dockerfile parent image to the registry.access.redhat.com/ubi9/ubi:9.6-1747219013 \
8
+
9
+ Tested with OpenTSDB version 2.4
10
+ Tested with Grafana version 12.0.0
11
+ Tested with RedHat community-powered Grafana operator v.5
12
+
13
+
14
+
1
15
# Version 8.0.5 (05/10/2025)
2
16
Published example dashboards for monitoring ESS Hardware metrics: \
3
17
- ESS Hardware Performance overview \
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.6 (05/28/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 12.0.0 and above
8
+ - OpenTSDB 2.4
9
+
10
+ Cloud native:
11
+ - IBM Storage Scale Container Native Storage Access(CNSA) devices having minReleaseLevel 5.2.3
12
+ - RedHat community-powered Grafana-Operator v5
13
+
2
14
# Version 8.0.5 (05/10/2025)
3
15
Classic Scale:
4
16
- Python 3.9
Original file line number Diff line number Diff line change 20
20
@author: HWASSMAN
21
21
'''
22
22
23
- __version__ = '8.0.6-dev '
23
+ __version__ = '8.0.6'
You can’t perform that action at this time.
0 commit comments