Hacker News new | ask | show | jobs
by ethbro 2123 days ago
Haven't read the paper yet, but could you expand on the tuple use? It seems like the odd person out in that list of primatives.
1 comments

They are used when joining timeseries.
A join creates a tuple but that's not the only way to use them. You can also just produce a tuple with an expression in the query such as (val(), 5, "dog") if you like. The whole language is documented here:

https://cloud.google.com/monitoring/mql/reference