What Grafana version and what operating system are you using?
Grafana v11.1.0 (5b85c4c2fc) on ubuntu
What are you trying to acheive?
I am trying to plot a time series in grafana
How are you trying to achieve it?
I am using the mqtt plugin and I receive a json blob over it. The MQTT data source part works correctly and i receive the full json blob every 100ms. I know this is working correctly because i can see it in the table view. The json blob looks like the following
I am receiving these blobs at 100ms and i want to plot all three data points each time i receive it, so far I am only able to plot one set of the 3 data points. I have tried many data conversion schemes but i can’t figure out how to plot a these.
What happened?
I can only plot 1 data point, not all three. All three belong to the same plot as well, these are NOT 3 separate plots, but 1 plot with 3 samples of it.
What did you expect to happen?
I expect to be able to plot 1 line given 3 data samples of it every 100ms over mqtt receiving a json blob
I appreciate the help ebabeshko. I am using mqtt as the data source. I have attached a photo of the setup with table view so you can see the data come in.
@yosiasz
I am using mosquito on my own server as the MQTT broker. From another computer i am sending data over MQTT to the broker. I am not sure if mosquito provides a rest API endpoint. I dont think it does.
@yosiasz
time series is fine, i will be receving data like this at 100ms intervals over MQTT. I need to plot all those points as 1 line or data series if you will.
@yosiasz
The end goal is the photo below, need to be able to see the data over mqtt in real time. The only thing i have achieved so far is to grab the first pair of data in each query and throw the others away. This is not desired though and I will need to see all the data.
@ebabeshko
Thats a lot of transitions.
This is not exactly what i am looking for. This is one signal that has been sampled three times in time. I need 1 line and all three samples plotted per query.