VictoriaMetrics/app/vmalert/datasource
Aliaksandr Valialkin 24dce03aaa
app/vmalert/datasource: use plain string literals instead of constants
This removes the unneeded level of indirection and improves code readability.

The "prometheus" and "graphite" constants aren't going to change in the future, so there is no sense in hiding them behind constants.
2021-11-05 19:57:47 +02:00
..
datasource.go vmalert: support rules backfilling (aka replay) (#1358) 2021-06-09 12:20:38 +03:00
datasource_test.go vmalert: support rules backfilling (aka replay) (#1358) 2021-06-09 12:20:38 +03:00
init.go Adjust http.Transport.MaxIdleConns setting for vmauth/vmalert services (#1704) 2021-10-13 17:29:28 +03:00
type.go app/vmalert/datasource: use plain string literals instead of constants 2021-11-05 19:57:47 +02:00
vm.go app/vmalert/datasource: use plain string literals instead of constants 2021-11-05 19:57:47 +02:00
vm_graphite_api.go vmalert: Redact passwords from error messages (#1713) 2021-10-18 10:20:26 +03:00
vm_prom_api.go vmalert: add disablePathAppend to remote read (#1712) 2021-10-18 10:24:52 +03:00
vm_test.go app/vmalert/datasource: use plain string literals instead of constants 2021-11-05 19:57:47 +02:00