mauriciogeneroso / grafana-issue-58672-reproducer

Sample set up to reproduce Grafana Issue 58672

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

grafana-issue-reproducer

This repo is used to reproduce the Bug reported on Grafana under the Issue 58672.

Details

How to run

It is only required docker installed, then use the command bellow to run the script to start the containers:

./start.sh

It will start two containers:

  • One container for Grafana
  • One container as an API server to provide data to the Graph

image

How to reproduce the issue?

  1. Once the containers are running, open your browser and access Grafana on http://localhost:3000
    1.1 Use admin as user and password
  2. An existing dashboard is already provided with the necessary datasource and variable for filter
    2.1 Open the dashboard
  3. By default, the dashboard will load the producer1 as follow: image 3.1 Change it to producer2: image 3.2 Now, change it again to producer1 and the issue will be visible: image

Gift

Kapture 2022-11-11 at 17 37 35

About

Sample set up to reproduce Grafana Issue 58672

License:MIT License


Languages

Language:JavaScript 94.8%Language:Shell 4.0%Language:Dockerfile 1.3%