This data source plugin enables data comparison capabilities by supporting queries from multiple data sources. It allows you to use custom time shifts to display data from different time ranges within a single graph.
Key features:
- Compatible with Grafana 11
- Resolves issues with undefined data points
- Introduces support for timeShift aliases
- Cache datasource query result and reduce query reduction when query condtions remains the same.
- Plugin with id
leoswing-comparequeries-datasource
, and with signature verification.
You can download and install this grafana plugin using various options:
-
From Github release page
-
Using grafana cli
grafana-cli plugins install leoswing-comparequeries-datasource
-
Using docker
docker run -p 3000:3000 -e "GF_INSTALL_PLUGINS=leoswing-comparequeries-datasource" grafana/grafana:latest
For detailed instructions on how to install the plugin on Grafana Cloud or locally, please checkout the Plugin installation docs.
For the plugin documentation, visit plugin documentation
If you're interested in contributing to the project:
- Start by reading the Contributing guide.
- Learn how to set up your local environment, in our Developer guide.
This plugin is distributed under Apache-2.0 License..