docs: Update loki-http-api.md (#15732)

Signed-off-by: priyaggopa <priyag494949@gmail.com>
Co-authored-by: J Stickler <julie.stickler@grafana.com>
pull/15744/head
priyaggopa 12 months ago committed by GitHub
parent 45b0752c34
commit fa7a6a95b1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 3
      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.

Loading…
Cancel
Save