Linux_duduniao
Linux_duduniao
Must support sharding for ScrapeConfig
> > Must support sharding for ScrapeConfig > > Can you elaborate here? You mean to shard targets from one scrape job to several vmagents? For example, when reading the...
I want deploy vmagents on Kubernetes, these vmagents scrape all targets within the cluster( serverMonitor, podMonitor ...) and outside the cluster(scrapeConfig). Management CRD configuration by gitops (argocd + gitlab)
> This is already implemented on vmagent by `shardCount`, see https://new.docs.victoriametrics.com/operator/resources/vmagent/?highlight=shardcount#sharding. ScrapeConfig CRD will be a config resource like other scrape CRDs, help generating scrape_config file. Thanks. Because prometheus operator...