Hui Wang
Hui Wang
Looks like the throttle limits on vmalert already be removed by https://github.com/VictoriaMetrics/operator/commit/63ca52bf140b033ecbc3c40f9efc8579b936ea29, close this as completed. Feel free to re-open if have further question.
@f41gh7 I'd like to divide this into following tasks: - [x] unify `oauth2` field tag with "oauth2" Will introduce breaking change in vmalert config, now using "OAuth2". - [x] modify...
>but how users will know about this feature? I had to go to code of the operator to find it. I am not sure that all users will do it....
Hi @dglushenok , >when you hit the limit once, shorting the time range will not help to avoid the error. What's the time range you query here, for old data...
In my case, I would like to scrape and recording in worker cluster, then remote write data to global cluster to do query job. To accomplish that, I need single...
related https://github.com/VictoriaMetrics/helm-charts/issues/294
Hello @micw, >install prometeus CRDs along victoriametrics chart (this feature request) I don't really like this idea, victoriametrics operator&chart were inspired by prometheus operator&chart but created as independent products which...
The prometheus-operator-crds has been added as dependency of victoria-metrics-k8s-stack since [victoria-metrics-k8s-stack-0.23.0](https://github.com/VictoriaMetrics/helm-charts/releases/tag/victoria-metrics-k8s-stack-0.23.0), you can enable it with prometheus-operator-crds.enabled now. See https://github.com/VictoriaMetrics/helm-charts/issues/341 for details.
@sunface [Perses](https://github.com/perses/perses) 支持 grafana dashoboard json 转化,不知道能不能借鉴。 https://github.com/perses/perses/pull/746 >因为Grafana 的数据结构有一些历史遗留问题,难以完全支持所有配置的导入, 今年的 promcon QA环节正好有[这个问题](https://www.youtube.com/watch?v=pKYhMTJgJUU&t=4140s),回答是他们支持最新的😂
Hello, vmalert supports [hot config reload](https://docs.victoriametrics.com/vmalert/#hot-config-reload) by calling `/-/reload` endpoint or using `-configCheckInterval` flag. I'd recommend to add a config reloader sidecar in your vmalert pod, which watches the rule...