Dmytro Kozlov
Dmytro Kozlov
Introduce flag `search.maxPointsSubqueryPerTimeseries` which can be used if you need better resolution result for your sub-query. Related issue https://github.com/VictoriaMetrics/VictoriaMetrics/issues/2922 Signed-off-by: dmitryk-dk [[email protected]](mailto:[email protected])
**Is your feature request related to a problem? Please describe.** It would be useful to check relabel config in one place on VictoriaMetrics like it does https://relabeler.promlabs.com/ **Describe the solution...
Made TLS version configurable like it is in prometheus. Related issue: https://github.com/VictoriaMetrics/VictoriaMetrics/issues/3090 Signed-off-by: dmitryk-dk [[email protected]](mailto:[email protected])
implemeneted limited reverse proxy that can limit connections to be proxied by vmauth to backends. Added limit per auth record. Related issue: https://github.com/VictoriaMetrics/VictoriaMetrics/issues/3346
Use step interval when explore metrics. Related issue: https://github.com/VictoriaMetrics/VictoriaMetrics/issues/5369 Signed-off-by: dmitryk-dk [[email protected]](mailto:[email protected])
## What happened: We are developing our data sources and have a problem loading alerting rules from the data source. If you click on alerting -> alerting rules request from...
### Describe Your Changes Users try to migrate from systems like Thanos or Prometheus using `vmctl` and `promtheus` migration protocol, with questions about the problems when they try to specify...
If you try to prettify the query ``` (1 - (node_memory_MemFree_bytes + node_memory_Cached_bytes + node_memory_Buffers_bytes + node_memory_SReclaimable_bytes) / node_memory_MemTotal_bytes) * 100 ``` You will get the result: ``` ( 1...