File tree Expand file tree Collapse file tree 4 files changed +24
-2
lines changed Expand file tree Collapse file tree 4 files changed +24
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ FROM $BASE
3
3
4
4
LABEL com.ibm.name="IBM Storage Scale bridge for Grafana"
5
5
LABEL com.ibm.vendor="IBM"
6
- LABEL com.ibm.version="7.1.0-dev "
6
+ LABEL com.ibm.version="7.1.0"
7
7
LABEL com.ibm.url="https://github.com/IBM/ibm-spectrum-scale-bridge-for-grafana"
8
8
LABEL com.ibm.description="This tool translates the IBM Storage Scale performance data collected internally \
9
9
to the query requests acceptable by the Grafana integrated openTSDB plugin"
Original file line number Diff line number Diff line change
1
+ # Version 7.1.0 (11/20/2023)
2
+ Added a watch function observing changes in zimon sensor configuration and initiating the metadata refresh. \
3
+ Added methods to get metric attributes
4
+ Added method logging query time execution
5
+ Internal code restructuring
6
+
7
+ Tested with Grafana version 9.5
8
+ Tested with RedHat community-powered Grafana operator v.5
9
+
10
+
11
+
1
12
# Version 7.0.9 (08/20/2023)
2
13
Changed the Dockerfile parent image to the registry.access.redhat.com/ubi9/ubi:9.2 \
3
14
Added example yaml files for Deploying Grafana instance on an Openshift cluster via Grafana-operator v5. \
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 7.1.0 (11/20/2023)
3
+ Classic Scale:
4
+ - Python 3.9
5
+ - CherryPy 18.8.0
6
+ - IBM Storage Scale system must run 5.1.7 and above
7
+ - Grafana 9.5.0 and above
8
+
9
+ Cloud native:
10
+ - IBM Storage Scale Container Native Storage Access(CNSA) devices having minReleaseLevel 5.1.7
11
+ - RedHat community-powered Grafana-Operator v5
12
+
2
13
# Version 7.0.9 (08/20/2023)
3
14
Classic Scale:
4
15
- Python 3.9
Original file line number Diff line number Diff line change 20
20
@author: HWASSMAN
21
21
'''
22
22
23
- __version__ = '7.1.0-dev '
23
+ __version__ = '7.1.0'
You can’t perform that action at this time.
0 commit comments