Skip to content

Latest commit

 

History

14 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installing the Plugin

  1. Download the most recent release.
  2. Unzip it inside your grafana instance's plugins/ directory.
  3. Enable unsigned plugins in Grafana. In the [plugins] section of grafana.ini add the following:
allow_loading_unsigned_plugins = feldera-feldera-datasource

Testing this Plugin

  1. Run docker compose up to bring up feldera and grafana.
  2. Install the python dependencies. We recommend doing this in a virtual environment, tools like uv are very useful for this.
# with uv
uv pip install -r requirements.txt
# without uv
pip install -r requirements.txt
  1. Once the feldera docker container is up and running, run start_feldera_pipeline.py.
python start_feldera_pipeline.py
  1. Go to Grafana and checkout the Feldera Dashboard. Note that it might take a while, (a few refreshes and changing the time selection in the Grafana UI) to see data.

About

Grafana Data Source for Feldera

Resources

Stars

0 stars

Watchers

3 watching

Forks

Releases

Packages

Contributors

Languages