You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/RELEASE_NOTES.md
+21Lines changed: 21 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,24 @@
1
+
# Version 8.0.1 (12/10/2024)
2
+
Added HTTP Api REST endpoints allowing to query: \
3
+
- Performance Monitoring Tool sensors configuration in use \
4
+
- Timestamp of the latest metadata local cache refresh \
5
+
Added plugin for generating Promtheus config file authomatically based on the actual Performance Monitoring Tool sensors configuration \
6
+
Added GPFSmmhealth sensor to the PrometheusExporter supported endpoints \
7
+
Improved the performance of the OpenTSDB HTTP Api REST search/loookup endpoint \
8
+
Added monitoring thread observing if MetaData refresh is required \
9
+
Published example dashboards showing: \
10
+
- GPFS Cluster overview using OpenTSDB Datasource \
11
+
- GPFS Cluster overview using Prometheus Datasource \
12
+
- GPFSmmhealth metrics \
13
+
- GPFS physical disks wait times \
14
+
- GPFS fileset quota reporting \
15
+
Changed the Dockerfile parent image to the registry.access.redhat.com/ubi9/ubi:9.5-1732804088 \
16
+
17
+
Tested with Grafana version 11.0.0
18
+
Tested with RedHat community-powered Grafana operator v.5
19
+
20
+
21
+
1
22
# Version 8.0.0 (04/26/2024)
2
23
The Grafana Bridge has been refactored to allow several APIs to be registered and run as standalone plugins. The OpenTSDB API now needs to be explicitly registered via port configuration in config.ini before it can be used with Grafana.
3
24
Added the new Prometheus Exporter plugin which collects metrics and exposes them in a format that can be scraped by the Prometheus timeseries database. This plugin also needs to be enabled via port configuration.
0 commit comments