|
|
|
|
|
by 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 |
|