Link to start/end timestamp formats in url-examples (#5531)

(cherry picked from commit 33df9bee22)
This commit is contained in:
Dan Dascalescu 2024-01-08 09:23:38 -05:00 committed by hagen1778
parent 12acea2584
commit 068610ac61
No known key found for this signature in database
GPG key ID: 3BF75F3741CA9640

View file

@ -297,7 +297,7 @@ curl http://<vmselect>:8481/select/0/prometheus/api/v1/labels
</div>
By default, VictoriaMetrics returns labels seen during the last day starting at 00:00 UTC. An arbitrary time range can be set via `start` and `end` query args.
By default, VictoriaMetrics returns labels seen during the last day starting at 00:00 UTC. An arbitrary time range can be set via [`start` and `end` query args](https://docs.victoriametrics.com/#timestamp-formats).
The specified `start..end` time range is rounded to day granularity because of performance optimization concerns.
Additional information: