VictoriaMetrics/app/vmalert/datasource
Roman Khavronenko 5c448126dc
vmalert: add support for round_digits param in datasource package (#1278)
Starting from v1.56.0 VM supports `round_digits` which allows to limit
the number of digits after the decimal point in response value. The feature
can be used to reduce entropy of produced by recording rules values
and significantly improve the compression. See more details in link below.

https://github.com/VictoriaMetrics/VictoriaMetrics/issues/525
2021-05-10 11:11:45 +03:00
..
datasource.go changes vmalert Querier with per rule querier (#1249) 2021-04-28 21:41:15 +01:00
init.go vmalert: add support for round_digits param in datasource package (#1278) 2021-05-10 11:11:45 +03:00
type.go Graphite vmalert wip (#112) 2021-02-01 15:05:32 +02:00
vm.go vmalert: add support for round_digits param in datasource package (#1278) 2021-05-10 11:11:45 +03:00
vm_test.go vmalert: add support for round_digits param in datasource package (#1278) 2021-05-10 11:11:45 +03:00