Aliaksandr Valialkin
|
9d901ee55a
|
lib/envtemplate: allow non-env var names inside "%{ ... }"
|
2022-11-07 13:16:00 +02:00 |
|
Aliaksandr Valialkin
|
450a32970a
|
lib/envtemplate: allow referring env vars from other env vars via %{ENV_VAR} syntax
This is a follow-up for 02096e06d0
|
2022-10-26 14:51:02 +03:00 |
|
Aliaksandr Valialkin
|
d0288ea417
|
all: log error when environment variables referred from -promscrape.config are missing
This should prevent from using incorrect config files
|
2022-10-18 10:29:59 +03:00 |
|
Aliaksandr Valialkin
|
60c7397be5
|
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:17:06 +03:00 |
|