Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

In Grafana, is there a way to add manual data?

Tags:

grafana

I am looking for a way to add manual data into Grafana. I want to display the results of a simple survey consisting of questions such as, "how old are you?", "how long have you worked here?" and so on. Summarizing the answers in grafana with graphs or similar would be tremendous.

Setting up a data source for this seems unnecessary, wondering if there is a plugin or something that allows me to do this? Not too familiar with the JSON behind the panels, but maybe it is possible through that aswell.

like image 856
joakim lindström Avatar asked Oct 29 '25 01:10

joakim lindström


2 Answers

You can generate graph by manually putting data. To do so:

  1. Go to configuration: click on Add data source
  2. Select TestData DB, Change the name and click Save & Test
  3. Create new dashboard: Add Panel -> Add query -> select data source to TestData
  4. Add data to string input field and Alias (i.e. How old are you?) Grafana

    Learn more about TestData

like image 186
Kamol Hasan Avatar answered Nov 01 '25 07:11

Kamol Hasan


You can use CSV plugin for grafana. I use excel and then save the data as CSV. Below is snapshot of the data where we are portraying our test results.

enter image description here

like image 21
Atul Mehra Avatar answered Nov 01 '25 06:11

Atul Mehra