Skip to content

VolkovLabs/volkovlabs-static-datasource

Repository files navigation

Static Data Source for Grafana

Screenshot

Grafana CI E2E codecov CodeQL

Introduction

The Static Data Source is a plugin for Grafana that allows storing and emulating your data.

Static data source for Grafana | Mimic any data source | Tutorial and examples

Requirements

  • Version 4.X requires Grafana 10 or Grafana 11.
  • Version 3.X requires Grafana 9.2 or Grafana 10.
  • Version 2.X requires Grafana 8.5 or Grafana 9.
  • Version 1.X requires Grafana 7.3.

Getting Started

The Static Data Source can be installed from the Grafana Catalog or utilizing the Grafana command line tool.

For the latter, please use the following command.

grafana-cli plugins install marcusolsson-static-datasource

Highlights

  • Create static visualizations that don't depend on a specific data source.
  • Build custom query responses for testing or developing panel plugins.
  • Store data and images directly in the dashboard.
  • Supports variables in the text fields.
  • Uses Number input for Number, Date Time Picker for Time fields.
  • Uses Text Area for String inputs with more than 100 symbols.
  • Allows to temporarily hide values for specific fields.

Documentation

Section Description
Provisioning Demonstrates how to automatically provision the Data Source.
Variables Demonstrates how to use variables.
Panels Demonstrates how to use data source with panels.
Variables Demonstrates how to use variables.
Release Notes Stay 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.

  • Ask a question, request a new feature, and file a bug with GitHub issues.
  • Subscribe to our YouTube Channel and leave your comments.
  • Sponsor our open-source plugins for Grafana with GitHub Sponsor.
  • Support our project by starring the repository.

License

Apache License Version 2.0, see LICENSE.