From 1c155a0cd1b287a502ff189e518c6b9af1b1003d Mon Sep 17 00:00:00 2001 From: hagen1778 Date: Wed, 10 Jul 2024 12:25:21 +0200 Subject: [PATCH] docs: follow-up after c341369fc1f50589759e097a9a9ad23680860256 * account for `source` tag in `docs-sync` command * run `make docs-sync` https://github.com/VictoriaMetrics/VictoriaMetrics/commit/c341369fc1f50589759e097a9a9ad23680860256 Signed-off-by: hagen1778 --- Makefile | 1 + README.md | 6 +++--- docs/README.md | 8 ++++---- docs/Single-server-VictoriaMetrics.md | 6 +++--- 4 files changed, 11 insertions(+), 10 deletions(-) diff --git a/Makefile b/Makefile index 5bacae5f0..1b2e74559 100644 --- a/Makefile +++ b/Makefile @@ -530,6 +530,7 @@ copy-docs: echo "---" >> ${DST} cat ${SRC} >> ${DST} sed -i='.tmp' 's/ - - - VictoriaMetrics logo + + + VictoriaMetrics logo VictoriaMetrics is a fast, cost-effective and scalable monitoring solution and time series database. diff --git a/docs/README.md b/docs/README.md index 062d3eb1f..f3c68b84f 100644 --- a/docs/README.md +++ b/docs/README.md @@ -13,9 +13,9 @@ title: VictoriaMetrics [![codecov](https://codecov.io/gh/VictoriaMetrics/VictoriaMetrics/branch/master/graph/badge.svg)](https://codecov.io/gh/VictoriaMetrics/VictoriaMetrics) - - - VictoriaMetrics logo + + + VictoriaMetrics logo VictoriaMetrics is a fast, cost-effective and scalable monitoring solution and time series database. @@ -3095,7 +3095,7 @@ Pass `-help` to VictoriaMetrics in order to see the list of supported command-li -search.maxLabelsAPIDuration duration The maximum duration for /api/v1/labels, /api/v1/label/.../values and /api/v1/series requests. See also -search.maxLabelsAPISeries and -search.ignoreExtraFiltersAtLabelsAPI (default 5s) -search.maxLabelsAPISeries int - The maximum number of time series, which could be scanned when searching for the the matching time series at /api/v1/labels and /api/v1/label/.../values. This option allows limiting memory usage and CPU usage. See also -search.maxLabelsAPIDuration, -search.maxTagKeys, -search.maxTagValues and -search.ignoreExtraFiltersAtLabelsAPI (default 1000000) + The maximum number of time series, which could be scanned when searching for the matching time series at /api/v1/labels and /api/v1/label/.../values. This option allows limiting memory usage and CPU usage. See also -search.maxLabelsAPIDuration, -search.maxTagKeys, -search.maxTagValues and -search.ignoreExtraFiltersAtLabelsAPI (default 1000000) -search.maxLookback duration Synonym to -search.lookback-delta from Prometheus. The value is dynamically detected from interval between time series datapoints if not set. It can be overridden on per-query basis via max_lookback arg. See also '-search.maxStalenessInterval' flag, which has the same meaning due to historical reasons -search.maxMemoryPerQuery size diff --git a/docs/Single-server-VictoriaMetrics.md b/docs/Single-server-VictoriaMetrics.md index 0b23bd587..fea905f49 100644 --- a/docs/Single-server-VictoriaMetrics.md +++ b/docs/Single-server-VictoriaMetrics.md @@ -21,9 +21,9 @@ aliases: [![codecov](https://codecov.io/gh/VictoriaMetrics/VictoriaMetrics/branch/master/graph/badge.svg)](https://codecov.io/gh/VictoriaMetrics/VictoriaMetrics) - - - VictoriaMetrics logo + + + VictoriaMetrics logo VictoriaMetrics is a fast, cost-effective and scalable monitoring solution and time series database.