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
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,15 @@
1
+
# Version 8.0.0 (04/26/2024)
2
+
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
+
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.
4
+
Added Prometheus server configuration file examples.
5
+
Added a Client Basic Authentication over HTTP/S support.
6
+
Added features to collect and report the internal performance statistics of grafana-bridge.
7
+
8
+
Tested with Grafana version 10.2.3
9
+
Tested with RedHat community-powered Grafana operator v.5
10
+
11
+
12
+
1
13
# Version 7.1.3 (03/08/2024)
2
14
Changed the Dockerfile parent image to the registry.access.redhat.com/ubi9/ubi:9.3-1610 \
0 commit comments