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

This commit is contained in:
Dan Dascalescu 2024-01-08 09:23:38 -05:00 committed by GitHub
parent 463455665b
commit 33df9bee22
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -297,7 +297,7 @@ curl http://<vmselect>:8481/select/0/prometheus/api/v1/labels
</div> </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. The specified `start..end` time range is rounded to day granularity because of performance optimization concerns.
Additional information: Additional information: