|
1 | 1 | # Version 6.1 (12/10/2020)
|
2 | 2 |
|
3 |
| -Added example yaml files which can be used to run the bridge in a cloud native environment. |
4 |
| -Added example yaml files which can be used to connect the bridge to a Grafana instance running in a cloud native environment. |
5 |
| -Added instructions describing how to deploy the bridge in a container running in a k8s/Openshift environment |
6 |
| -Added instructions describing how to deploy a Grafana instance via grafana-operator powered by RedHad community in a k8s/Openshift environment |
| 3 | +Added suppor for [IBM Spectrum Scale Container Native Storage Access 5.1.0.1](https://www.ibm.com/support/knowledgecenter/STXKQY_CNS_SHR/com.ibm.spectrum.scale.cns.v5r101.doc/introduction.html) |
| 4 | +- added example yaml files which can be used to run the bridge in a cloud native environment. |
| 5 | +- added example yaml files which can be used to connect the bridge to a Grafana instance running in a cloud native environment. |
| 6 | +- added instructions describing how to deploy the bridge in a container running in a k8s/Openshift environment |
| 7 | +- added instructions describing how to deploy a Grafana instance via grafana-operator powered by RedHad community in a k8s/Openshift environment |
7 | 8 |
|
8 | 9 | Make cherryPy server settings editable for a user
|
9 | 10 |
|
@@ -56,8 +57,8 @@ Source code changes based on [openTSDB datasource](https://github.com/grafana/gr
|
56 | 57 | - Fixed [alias tag issue](https://github.com/grafana/grafana/issues/7560)
|
57 | 58 |
|
58 | 59 | Source code changes based on latest configuration updates to IBM Spectrum Scale performance monitoring tool (ZIMon):
|
59 |
| -- changed '-s --server' option from required to optional. If not specified the server will be automatically set to 'localhost'. |
60 |
| ->> **NOTE**: Since Spectrum Scale version 5.0.0 the ZImon pmcollector allows query requests, per default, only from local host. |
| 60 | +- changed '-s --server' option from required to optional. If not specified the server will be automatically set to 'localhost'. \ |
| 61 | + **NOTE**: Since Spectrum Scale version 5.0.0 the ZImon pmcollector allows query requests, per default, only from local host. |
61 | 62 | - added vlaidity check for '-P --serverPort'
|
62 | 63 | - added configuration check for multithreaded serverPort. If configured, this will be automatically used for querying pmcollector.
|
63 | 64 |
|
|
0 commit comments