JSON API and Infinity Data Source tutorial for Grafana | How to display the unemployment rate

preview_player
Показать описание
JSON API and Infinity data sources demonstration for beginners. Using API, you can display data from any open dataset. Follow the video to get started!

LINKS FROM THE VIDEO

CHAPTERS
00:00 Intro
00:40 Installation of JSON API, Infinity, and Apache ECharts panel
02:17 Open datasets
04:05 Basic setup of Infinity and JSON API
05:13 Create a new dashboard with JSON API data source, read the data
08:40 Where to get Apache ECharts visualization templates
09:55 More visualization tricks
11:01 Build the exact visualization using Infinity
12:46 Adding parameters to the API request for JSON API
14:29 Adding parameters to the API request for Infinity
15:25 Adding second series, JSON API
17:59 Adding second series, infinity

DISCOVER

GET IN TOUCH

#Grafana #GrafanaPlugins #Visualization #visualización
Рекомендации по теме
Комментарии
Автор


Now we are working on the business dashboard tutorial. Leave a comment below for what to include.

volkovlabs
Автор

Awesome video! Thank you very much! Keep going more about building start time and end time query parameters for API call!

thichxemphim
Автор

You guys put together such nice and detailed tutorials without all kinds of fluff - I love it!

seanarney
Автор

Hallelujah!!!
I can finally do something with Grafana...

thank you my God (and Mrs. Volcov!!!)

paakire
Автор

thank you very much for this clear and short explanation 👏

chaimeinav
Автор

Clear and good explanation.. Great work 👍

sudhagar_rajaraman
Автор

How do I create a dashboard using these plugins on grafana installed in the Kubernetes cluster. I want to automate so that every time a new pod is created, the dashboard should be already configured.

sowmyasastry
Автор

Sorry for the double msg (parkinson symptoms)

paakire
Автор

Hey thanks of info!
So After doing post request and getting the output, Can I trigger alerts based on the incoming data.

koushik
Автор

Thank you very much for the video. Can you please help me to understand more about variables. Like how can we pass multiple value variables to JSON API params.

yogeshchowdary
Автор

thank you for detailed explaination. I have one question, I am using garfana for visualization i want to do a task in which data is filtered by using garfana tool. and send to the algorithm written in python which finds the clusters and send back processed data to garfana (store in database). is there any way to do such task? thanks. looking forward to hear from youl

LearningWithNisa
Автор

Does the JSON API and Infinity Data Source fetch the data continuously from the rest end point(URL) provided. If not how to fetch data in regular interval of time continuously?

abrahamlincolnarpula
Автор

Can you please help me on how to retrieve two specific fields from the JSON payload of 15 health check URLs and display the data in a single table.
please note that each of the 15 health check URLs contains the same two specific fields in their JSON payloads.
Also if possible please let me know how to add variables to dashboard for querying the data

rabiyabegum
Автор

Thank you very much for your video, one quick question I am using json api to fetch the incident count from Pagerduty to display it in Grafana dashboard everything is working fine but i am not able to give default value for last 24hours data. As of now i am using "since" in param and giving last day date. Tried adding now() also but its fetching last month data. Any suggestion please 🥺

kotipallisriram
Автор

Hi, Can you please make a video on using json api to fetch json data from an url using Path in Json Api. Please add a global variable in the path too which we can select from a drop down.

saloniipawar
Автор

Thank you for the video, I am using grafana to display Wazuh REST api data into tables or charts. By using both plugins I manage to connect and pull data from api. But all data (json format) is coming into one line in grafana. Is there any way to put data into table format or other charts?

MrGhsT_
Автор

@volkovlabs how to add the startyear and endyear dynamically, For example, whatever I select from the time picker it should consider that range? is there any way?

praveennaik
Автор

i have a API which has historical data and i can get history/5d history/1h history/1w for example. Is it possible to use the grafana timefilter and dynamically request the correct history endpoint? (i get 20 data points out)

LuCkY-sqge
Автор

Nice explanations and visualizations! One thing I noticed is that both panels switch alternatively between ascending and descending curves (the max and the min change places). I guess it has something to do with the .reverse() method that was called on the data. But why doesn't it stay fixed?

maximilianosalibe
Автор

Are you able to assist me in parsing XML data using Infinity as the datasource. I can GET the raw data using the URL in Grafana using Infinity, but I have not been successful at parsing any of it.

robertpeirce