-
Notifications
You must be signed in to change notification settings - Fork 77
Only a single value is plotted #193
Comments
@nielsbasjes I'm not a Grafana expert, however, I think that the way to display multiple values in Grafana is to create multiple queries |
I have Grafana attached to the data from my electricity meter and I can simply select multiple values from the database (in this case InfluxDB) and see them in a single graph in one query (see screenshot). |
@nielsbasjes thanks for opening this issue. I have the same one. |
Yes, I installed it locally. Works great. |
Thanks again ! |
Not yet. I need more testing done |
When should we expect one ? |
Probably in a couple of weeks, in the meantime, you can use the version that is in master |
Bug Report
When selecting multiple values in a query only the first one is shown in the line graph.
Expected Behavior
I would like to see a line for each retrieved value.
Actual Behavior
Only the first one is plotted.
Steps to Reproduce the Problem
I have a test project with a table with several numerical columns.
I also have columns created with the HyperLogLogPlus functions Google has provided.
Although these are
BYTES
columns they can be aggregated and a number can be extracted.In the example below the countDistinctSessionIdSketch column is such a column.
When running this query I ONLY get the first column. In this example it is the output of the HLL_Count.merge. If I change the query to be a basic selection of several numerical values the effect is the same. If I build a simple multi value query using the query builder the effect is the same.
Specifications
The text was updated successfully, but these errors were encountered: