Hui Wang

Results 97 comments of Hui Wang

There are three way to implement vmagent sharding under statefulset mode: 1. the current way: for each part of the shard, we have an independent deployment/statefulset with according `-promscrape.cluster.membersCount` arg....

Hello, Yes, VictoriaMetrics will drop "null" value from `/api/v1/import` when store https://github.com/VictoriaMetrics/VictoriaMetrics/blob/5e8c087d4244a4d82e11c1428e9699d2a00b6cb7/lib/storage/storage.go#L1811-L1816 But as I can see, this behavior hasn't changed since `/api/v1/import` added support to ingest value like `null`...

Ok, that's not expected. What the version of vmagent here? Did you test with target that down for a while and didn't see NaN values only in v1.93.14? I did...

>VictoriaMetrics should stop creating new time series when it receives [staleness marker](https://docs.victoriametrics.com/vmagent.html#prometheus-staleness-markers) for new time series Related to https://github.com/VictoriaMetrics/VictoriaMetrics/issues/5069. In VictoriaMetrics, there are two different NaN, one is called staleNaN...

Hello, ``` - action: drop regex: bff.* source_labels: - Pod ``` Looks like you should use "pod" instead of "Pod"

As far as I know, it can be configured under vmagent.Spec https://github.com/VictoriaMetrics/helm-charts/blob/659a1d6d4eb35f5dbdd8c539c376cdbcbc60b1c9/charts/victoria-metrics-k8s-stack/values.yaml#L106-L112 Like ``` # -- Configures vmsingle params vmsingle: annotations: {} enabled: true # spec for VMSingle crd #...

@sydorovdmytro @vaskozl Hello, looks like https://github.com/prometheus-operator/kube-prometheus/issues/2056 is closed as completed, is there other work need to be done here?

@enp Hello, is this still a problem to you? I tested two ways in my env, the service type looks ok. 1. add service spec under `.alertmanger.spec` in values.yaml ![image](https://github.com/VictoriaMetrics/helm-charts/assets/39937150/1912effc-9e38-4cad-b274-45837ab4c09d)...

@Shm013 I'm so sorry for the long silence, I wasn't able to reproduce it before and forget to ask here( >This is because of template renders secret like this and...