I’m pushing to InfluxDB records that look like this
{
"value": 20.0,
"name": "Thermometer 0"
}
To a table called temperature
.
The
tag
field is not used anymore.
I’m trying to have a Time Series that shows the temperatures grouped by the name
key.
I tried by grouping by the name field and then aliasing to $tag_name
but doesn’t appear to be working.
I tried with a bunch of posts of how to do this but I could not find a solution.
Posts I tried to follow to no avail:
(There where other 3 but I cannot post them, since there’s a limit of 2 links per post)
How can I do this?
2 posts - 2 participants
Read full topic