diff --git a/net-mgmt/victoria-metrics/files/prometheus.yml.sample b/net-mgmt/victoria-metrics/files/prometheus.yml.sample index bc0ffde40d9c..440aa63e9877 100644 --- a/net-mgmt/victoria-metrics/files/prometheus.yml.sample +++ b/net-mgmt/victoria-metrics/files/prometheus.yml.sample @@ -1,17 +1,16 @@ # Global configuration. global: scrape_interval: 15s - evaluation_interval: 15s # A scrape configuration containing exactly one endpoint to scrape: # the vmagent itself. scrape_configs: - job_name: vmagent scrape_interval: 60s scrape_timeout: 30s metrics_path: "/metrics" static_configs: - targets: - 127.0.0.1:8429 labels: project: vmagent