Y
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
xyse53
2123 days ago
They are used when joining timeseries.
link
jeffbee
2123 days ago
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
link