From 394bdbfa96c20219c377a190001808f2f3e7dd0c Mon Sep 17 00:00:00 2001 From: Kaelyn Date: Mon, 22 Jun 2026 08:07:01 -0700 Subject: [PATCH] Fix metrics scrape limit: 16 KiB -> 16 MB The endpoint response cap was incorrectly documented as 16 KiB. The actual VictoriaMetrics maxScrapeSize default is 16 MB (16777216 bytes), confirmed by support tickets T-16673 and T-17258. The KB-for-MB error slipped in during the ticket-to-docs transcription. --- monitoring/metrics.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/monitoring/metrics.html.md b/monitoring/metrics.html.md index 0961eb30b9..44707acfd2 100644 --- a/monitoring/metrics.html.md +++ b/monitoring/metrics.html.md @@ -100,7 +100,7 @@ There's currently no additional charge for the managed Prometheus and Grafana. P A couple of practical limits to be aware of: -- We cap your app's metrics endpoint response at 16 KiB and drop anything larger. +- We cap your app's metrics endpoint response at 16 MB and drop anything larger. - We may drop very high-cardinality custom metrics. ## Dashboards