Skip to main content

Environment Data Source

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.

Dashboard, Global and Environment variables.

Requirements

  • 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.

Getting Started

Environment Data Source is not included in the Grafana Catalog. It can be installed directly from GitHub.

Signed version

Signed to 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.0.0/volkovlabs-env-datasource-4.0.0.zip plugins install volkovlabs-env-datasource

Unsigned version

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.0.0/volkovlabs-env-datasource-4.0.0.unsigned.zip plugins install volkovlabs-env-datasource

Highlights

  • Returns Environment Variables.
  • Allows filtering unnecessary or secured variables using Regex.
  • Supports Dashboard Variables.
Environment Variables displayed on the Grafana dashboard.
Environment Variables displayed on the Grafana dashboard.

Documentation

SectionDescription
DeploymentExplains deployment options for the data source.
FeaturesDemonstrates data source features.
ProvisioningDemonstrates how to automatically provision the data Source.
Release NotesStay up to date with the latest features and updates.

Feedback

We're looking forward to hearing from you. You can use different ways to get in touch with us.

License

Apache License Version 2.0, see LICENSE.