docs/MetricsQL.md: mention than tlast_over_time() is an alias for timestamp()

This commit is contained in:
Aliaksandr Valialkin 2021-11-08 18:29:24 +02:00
parent 69e655ba7f
commit f39ee8dc95
No known key found for this signature in database
GPG Key ID: A72BEC6CD3D0DED1

View File

@ -324,7 +324,7 @@ See also [implicit query conversions](#implicit-query-conversions).
#### tlast_over_time
`tlast_over_time(series_selector[d])` returns the timestamp in seconds for the last raw sample on the given lookbehind window `d` per each time series returned from the given [series_selector](https://prometheus.io/docs/prometheus/latest/querying/basics/#time-series-selectors). Metric names are stripped from the resulting rollups. See also [last_over_time](#last_over_time).
`tlast_over_time(series_selector[d])` is an alias for [timestamp](#timestamp).
#### tmax_over_time