The Environment Data Source is a plugin for Grafana that returns environment variables to display on your dashboard or use as Variables in your code.
- Environment Data Source 4.X requires Grafana 10 or Grafana 11.
- Environment Data Source 3.X requires Grafana 9 or Grafana 10.
- Environment Data Source 2.X requires Grafana 8.5 or Grafana 9.
- Environment Data Source 1.X requires Grafana 8.
Environment Data Source is not included in the Grafana Catalog. It can be installed directly from GitHub.
Signed http://localhost:3000/ version
Can be used behind the proxy server (NGINX).
grafana cli --pluginUrl https://github.com/VolkovLabs/volkovlabs-env-datasource/releases/download/v4.1.0/volkovlabs-env-datasource-4.1.0.zip plugins install volkovlabs-env-datasource
Can be used with any Grafana instance. Requires to add the environment data source to the allowed unsigned plugin configuration.
grafana cli --pluginUrl https://github.com/VolkovLabs/volkovlabs-env-datasource/releases/download/v4.1.0/volkovlabs-env-datasource-4.1.0.unsigned.zip plugins install volkovlabs-env-datasource
- Returns Environment Variables.
- Allows filtering unnecessary or secured variables using Regex.
- Supports Dashboard Variables.
Section | Description |
---|---|
Deployment | Explains deployment options for the data source. |
Features | Demonstrates data source features. |
Provisioning | Demonstrates how to automatically provision the data Source. |
Release Notes | Stay up to date with the latest features and updates. |
We're looking forward to hearing from you. You can use different ways to get in touch with us.
- Ask a question, request a new feature, and file a bug with GitHub issues.
- Subscribe to our YouTube Channel and leave your comments.
- Become a Business Suite sponsor.
Apache License Version 2.0, see LICENSE.