Aliaksandr Valialkin
|
9d42546a27
|
docs: consistently use links to https://victoriametrics.github.io for documentation references
|
2020-12-11 21:08:18 +02:00 |
|
Aliaksandr Valialkin
|
c402265e88
|
all: support %{ENV_VAR} placeholders in yaml configs in all the vm* components
Such placeholders are substituted by the corresponding environment variable values.
Updates https://github.com/VictoriaMetrics/VictoriaMetrics/issues/583
|
2020-08-13 17:15:25 +03:00 |
|
Aliaksandr Valialkin
|
d5dddb0953
|
all: use %w instead of %s for wrapping errors in fmt.Errorf
This will simplify examining the returned errors such as httpserver.ErrorWithStatusCode .
See https://blog.golang.org/go1.13-errors for details.
|
2020-06-30 23:05:11 +03:00 |
|
Aliaksandr Valialkin
|
4b98e436ef
|
app/vmauth: emit fatal errors instead of panics when incorrect command-line flags are set
|
2020-06-05 20:13:55 +03:00 |
|
Aliaksandr Valialkin
|
f8692a1d43
|
app/vmauth: log when -auth.config is reloaded in SIGHUP
|
2020-06-03 23:22:14 +03:00 |
|
Aliaksandr Valialkin
|
e767aedd17
|
app/vmauth: add initial version of vmauth. See https://github.com/VictoriaMetrics/VictoriaMetrics/blob/master/app/vmauth/README.md for details
|
2020-05-05 10:54:17 +03:00 |
|