From a352b59b7ea92c1825677d049bb28f3e752f883e Mon Sep 17 00:00:00 2001 From: Aliaksandr Valialkin Date: Mon, 8 Nov 2021 18:29:24 +0200 Subject: [PATCH] docs/MetricsQL.md: mention than tlast_over_time() is an alias for timestamp() --- docs/MetricsQL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/MetricsQL.md b/docs/MetricsQL.md index 42bc57d562..bf9d35c8c3 100644 --- a/docs/MetricsQL.md +++ b/docs/MetricsQL.md @@ -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