mysql, mariadb agent 추가

This commit is contained in:
ByeonJungHun
2023-11-17 13:37:07 +09:00
parent ee773cd793
commit 977a40ebb1
19 changed files with 447 additions and 18 deletions

View File

@@ -56,6 +56,10 @@ trace_agent_image_tag: "latest"
log_agent_image_tag: "latest"
postgres_agent_image_tag: "latest"
plan_postgres_agent_image_tag: "latest"
mysql_agent_image_tag: "latest"
plan_mysql_agent_image_tag: "latest"
maria_agent_image_tag: "latest"
plan_maria_agent_image_tag: "latest"
container_agent_restart_policy: "always"
node_agent_restart_policy: "always"
@@ -63,6 +67,10 @@ trace_agent_restart_policy: "always"
log_agent_restart_policy: "always"
postgres_agent_restart_policy: "always"
plan_postgres_agent_restart_policy: "always"
mysql_agent_restart_policy: "always"
plan_mysql_agent_restart_policy: "always"
maria_agent_restart_policy: "always"
plan_maria_agent_restart_policy: "always"
container_agent_log_level: "INFO"
node_agent_log_level: "INFO"