net-mgmt/victoria-metrics: GC unsupported configuration parameter

In version 1.73.0 config processing was turned to the strict mode
by default.  Strict mode verifies that config file does not contain
unsupported fields, and evaluation_interval is one of such fields.

Reported by:	Oleg Ginzburg
This commit is contained in:
Alexey Dokuchaev 2024-09-18 14:40:58 +00:00
parent a909d356a2
commit 9db0090887

View file

@ -1,7 +1,6 @@
# Global configuration.
global:
scrape_interval: 15s
evaluation_interval: 15s
# A scrape configuration containing exactly one endpoint to scrape:
# the vmagent itself.