From 4c7846b888778ec79c93b295d6829500b41add8c Mon Sep 17 00:00:00 2001 From: "loki-gh-app[bot]" <160051081+loki-gh-app[bot]@users.noreply.github.com> Date: Tue, 14 Jan 2025 09:19:53 -0500 Subject: [PATCH] docs: Update loki-http-api.md (backport release-3.1.x) (#15743) Co-authored-by: priyaggopa --- docs/sources/reference/loki-http-api.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/sources/reference/loki-http-api.md b/docs/sources/reference/loki-http-api.md index adc407573e5eb..b96a1b9f1d44f 100644 --- a/docs/sources/reference/loki-http-api.md +++ b/docs/sources/reference/loki-http-api.md @@ -149,8 +149,7 @@ being returned. The API accepts several formats for timestamps: -- An integer with ten or fewer digits is interpreted as a Unix timestamp in seconds. -- More than ten digits are interpreted as a Unix timestamp in nanoseconds. +- All epoch values will be interpreted as a Unix timestamp in nanoseconds. - A floating point number is a Unix timestamp with fractions of a second. - A string in `RFC3339` and `RFC3339Nano` format, as supported by Go's [time](https://pkg.go.dev/time) package.