From 068610ac611b60f1a2dc62395e7704aaae7787a3 Mon Sep 17 00:00:00 2001 From: Dan Dascalescu Date: Mon, 8 Jan 2024 09:23:38 -0500 Subject: [PATCH] Link to start/end timestamp formats in url-examples (#5531) (cherry picked from commit 33df9bee22e47668324a5d985529899c9ad02631) --- docs/url-examples.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/url-examples.md b/docs/url-examples.md index 35d3f55fe..322877e46 100644 --- a/docs/url-examples.md +++ b/docs/url-examples.md @@ -297,7 +297,7 @@ curl http://:8481/select/0/prometheus/api/v1/labels -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: