Add experiment system + events experiment (#18682)

This commit is contained in:
Tom Proctor
2023-01-16 16:07:18 +00:00
committed by GitHub
parent 2a5a07e390
commit e36690e067
16 changed files with 394 additions and 3 deletions

View File

@@ -87,6 +87,12 @@ const (
// EnvVaultLogLevel is used to specify the log level applied to logging
// Supported log levels: Trace, Debug, Error, Warn, Info
EnvVaultLogLevel = "VAULT_LOG_LEVEL"
// EnvVaultExperiments defines the experiments to enable for a server as a
// comma separated list. See experiments.ValidExperiments() for the list of
// valid experiments. Not mutable or persisted in storage, only read and
// logged at startup _per node_. This was initially introduced for the events
// system being developed over multiple release cycles.
EnvVaultExperiments = "VAULT_EXPERIMENTS"
// DisableSSCTokens is an env var used to disable index bearing
// token functionality