Nikolay
Nikolay
>In @vaskozl 's case, add name as merge key might be helpful. I saw the operator has [no limitations](https://github.com/VictoriaMetrics/operator/blob/master/controllers/factory/rulescm.go#L374-L394) now, only deduplicate rules according to both it's name and all...
This work-around is out of the goal of `operator` configuration. vmagent exposed via external `Ingress` rule not managed by operator. I'll add an examples later, but it's better to wait...
Possible cases, when affinity and advanced shard scheduling makes sense : 1) shard-replica must be at different zones. Supported by (p1,p3). 2) each shard must be at different host machine...
Lets implement p2. ``` proposed in this issue, create only one statefulset for each vmagent CR, vmagent.shardCount -> statefulset replicas, vmagent.replicaCount -> promscrape.cluster.replicationFactor. ``` It's a breaking change and we're...
Hello, only operator deployment with WATCH_NAMESPACE per namespace. Need to think, how to implement it better, for now I don't see any easy way.
Must be fixed at [v0.42.0 release](https://github.com/VictoriaMetrics/operator/releases/tag/v0.42.0) Now operator supports comma separated values for `WATCH_NAMESPACE` env variable. It doesn't use any cluster wide permissions. And requires a minimum set of permissions....
You can use metric Sets for this case and manage expiration at your code. https://github.com/VictoriaMetrics/metrics/blob/master/set.go#L17 Pseudo code of Sets usage: ```go var ( ms *metrics.Set expireTime time.Time ) func collectMetrics(srcMetrics...
Hello, at first we're going to merge the following PR https://github.com/VictoriaMetrics/VictoriaMetrics/pull/5855 It adds support for protobuf encoded prometheus metrics format. It currently blocks this PR.
must be fixed at https://github.com/VictoriaMetrics/helm-charts/commit/d79e7a4604d4bbb839418da68014a16e84c6c59e#diff-3e408e9099603d921f81418b12681cf9c21908f6154a8f7f006fa6e0a510620b
Hello, I think it's an old issue. New versions of operator must perform period resync (60sec by default). It must solve any issues with config update.