mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-23 12:31:07 +01:00
docs/MetricsQL.md: mention than tlast_over_time() is an alias for timestamp()
This commit is contained in:
parent
69e655ba7f
commit
f39ee8dc95
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user