How to visualize raw data in time series?

Hello, this is my first post, and I just started with Grafana, this is my first project using this tool.

So, for each 1 second, I’m getting quotes from different exchanges and I’m saving them to ElasticSearch, and I need to plot them to see how the prices behave and compare each other. For this I need a time series with one line for each exchange (each exchange has 2 prices: ask and bid), but the most important is to see the raw data, no aggregations, and I don’t know how to do it. Also, I need to change the color of each line according to the exchange.

So far I have a time series with 4 queries, looks good, but I’m grouping the data by 1 second and this doesn’t look right.

Is this the right approach? Is there a better way with better performance?

Thanks in advance

Hi @gustavohennemann, welcome to the community!

Can you please follow these steps to share your raw unformatted data? That way, the community can try and mock up your problem :+1:

You said that this doesn’t look right to you, can you explain what you expect to see?

1 Like