Building dash for http url json result

Hi,
i have a very simple scenario - i have a public url which displays results in json format which i want to build a dash visualization for.
i don’t know which data source to pick, tried a few with no success.
This is my very first experience with grafana so any help would be much appreciated. the result looks like this:

[
“Brazil”,
“India”,
“Poland”,
“Italy”,
“Turkey”,
“Czechia”,
“Germany”,
“Peru”,
“Russia”,
“Jordan”
]
just want to fetch the result from this url and display the result using Grafana.

Haven’t tried it myself, but maybe check out JSON URL | Grafana Infinity Datasource

1 Like

Thanks svetb, looks like infinity data source supports my case, i just don’t find how to install it on Grafana Labs.

This topic was automatically closed after 365 days. New replies are no longer allowed.