VictoriaMetrics / operator

Kubernetes operator for Victoria Metrics
Apache License 2.0
410 stars 141 forks source link

enhance scrape config #913

Closed Haleygo closed 3 months ago

Haleygo commented 4 months ago
  1. add ScrapeConfig CRD address https://github.com/VictoriaMetrics/operator/issues/847, https://github.com/VictoriaMetrics/operator/issues/803
  2. add series_limit option in scrape_configs, see https://docs.victoriametrics.com/vmagent/#scrape_config-enhancements.
  3. add proxyUrl for VMProber, address https://github.com/VictoriaMetrics/operator/issues/731
  4. fix option disable_keep_alive -> disable_keepalive
  5. deprecate option relabel_debug and metric_relabel_debug in scrape_configs, since they were deprecated since v1.85.0.
f41gh7 commented 3 months ago

Thanks!