Hello
I am new to grafana and not even sure if this is possible but it seems like it should be.
I would like to continuously ping and api eg (https://reqres.in/api/users) - say maybe every 30 seconds.
Then from the result, I would like to capture a value and display that over time even if I have to log the results temporarily.
The API I would be polling already exists are returns health data of my endpoints.
I have been able to visualise logs from a db but I would like to avoid a separate proceess of pinging the api myself and then logging to a db table as I believe grafana (or lgtm) has it’s own.
Please advise.
For this question, let’s say the value I wanted to log over time was the id or first_name: George