Compare commits

...

6 Commits

Author SHA1 Message Date
Jayice
63cd32ae7d 12 2026-01-06 16:17:59 +08:00
Jayice
1074bf83d4 12 2026-01-06 16:17:32 +08:00
Jayice
a31b2d49a8 1 2026-01-06 16:16:13 +08:00
Jayice
92c79c366f rename metric name & update changelog 2026-01-06 16:15:39 +08:00
Jayice
833296ce9e rename metric name & update changelog 2026-01-06 16:15:01 +08:00
Jayice
ab8092e91f make enterprise-only flags in a separate block 2025-12-31 21:33:25 +08:00
2 changed files with 3 additions and 0 deletions

View File

@@ -41,6 +41,8 @@ var (
"Smaller intervals increase disk IO load. Minimum supported value is 1s")
maxIngestionRate = flag.Int("maxIngestionRate", 0, "The maximum number of samples vmsingle can receive per second. Data ingestion is paused when the limit is exceeded. "+
"By default there are no limits on samples ingestion rate.")
maxJayice = flag.Int("maxJayice", 0, "The maximum number of samples vmsingle can receive per second. Data ingestion is paused when the limit is exceeded. "+
"By default there are no limits on samples ingestion rate.")
finalDedupScheduleInterval = flag.Duration("storage.finalDedupScheduleCheckInterval", time.Hour, "The interval for checking when final deduplication process should be started."+
"Storage unconditionally adds 25% jitter to the interval value on each check evaluation."+
" Changing the interval to the bigger values may delay downsampling, deduplication for historical data."+

View File

@@ -118,6 +118,7 @@ docs-update-flags:
(cd /tmp/vm-enterprise-single-node && ./bin/vmagent -help 2>&1) >> docs/victoriametrics/vmagent_flags.md
echo '```' >> docs/victoriametrics/vmagent_flags.md
# replace tabs in output with one space
sed -i 's/\t/ /g' docs/victoriametrics/vmagent_flags.md