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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Software maintenance
Tested with Grafana version 10.2.3
Tested with RedHat community-powered Grafana operator v.5
Features / Enhancements
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.
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.
Added Prometheus server configuration file examples.
Added a Client Basic Authentication over HTTP/S support.
Added features to collect and report the internal performance statistics of grafana-bridge.