Make sense, you should have your data structure in JSON as timestamp/value pairs, currently you have all timestamps as an entry and all values at entry.
@vkamath - Unfortunately, current version of plugin doesn’t support the format you have now. May be will see if I can fix this in future versions. Thanks for testing the plugin.
So basically the data structure is very much the same as in the example from the documentation page from thingspeak.
But the data are not being parsed:
@yesoreyeram Hey this is wonderful plugin. But i got a question, The dev team is dumping all metrics in a endpoint as payload, How can I create a timeseries graph using the json data by hitting that url every 5 mins and show the count graphically instead of table?
Here is sample data, few fields will keep updating after the plugin auto hits the endpoint url
@yesoreyeram - Can you please help in the below query to plot it as timeseries? I have tried a lot and arrived at the below jsonata to join timestamp and value as timeseries. Now it is appearing in table with tabular format but unable to use timeseries.
Hi @harinikalyan - Thank you for trying grafana and sorry you are having trouble. I don’t think community members can/will help you to write the exact JSONata you needed for your specific usecase. You can try using online JSONata excerciser to figure out what you need.
Since this is not related to the original post, I recommend creating new post if JSONata excerciser didn’t help.