Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions core/config/system.go
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,7 @@ type ConfigsConfig struct {
LocalConfigsRepoPath string `config:"local_configs_repo_path"`
BasicAuth BasicAuth `config:"basic_auth"`
} `config:"manager"`
// The always_register_after_restart and allow_generated_metrics_tasks only for container
AlwaysRegisterAfterRestart bool `config:"always_register_after_restart"`
AllowGeneratedMetricsTasks bool `config:"allow_generated_metrics_tasks"`
IgnoredPath []string `config:"ignored_path"`
Expand Down
Loading