From d7d93d0efa1f605b0ef112c4fcc518529cc9ee87 Mon Sep 17 00:00:00 2001 From: hardy Date: Sun, 19 Apr 2026 10:45:01 +0800 Subject: [PATCH] chore: add comment for config struct define --- core/config/system.go | 1 + 1 file changed, 1 insertion(+) diff --git a/core/config/system.go b/core/config/system.go index 13f16f4e..5e3bd735 100755 --- a/core/config/system.go +++ b/core/config/system.go @@ -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"`