mysql, mariadb agent 추가
This commit is contained in:
@@ -2,16 +2,16 @@ agent:
|
||||
metadata:
|
||||
agent_name: "{{ plan_postgres_agent_name | default('dsk-plan-postgres-agent') }}"
|
||||
data_source_name:
|
||||
user: "{{ plan_postgres_user_name | default('') }}"
|
||||
password: "{{ plan_postgres_user_password | default('') }}"
|
||||
address: "{{ plan_postgres_database_address | default('') }}"
|
||||
port: "{{ plan_postgres_database_port | default('') }}"
|
||||
DBName: "{{ plan_postgres_database_name | default('') }}"
|
||||
user: {{ plan_postgres_user_name | default('') }}
|
||||
password: {{ plan_postgres_user_password | default('') }}
|
||||
address: {{ plan_postgres_database_address | default('') }}
|
||||
port: {{ plan_postgres_database_port | default('') }}
|
||||
DBName: {{ plan_postgres_database_name | default('') }}
|
||||
explain:
|
||||
scrape_interval: "{{ plan_postgres_scrape_interval | default('30s') }}"
|
||||
scrape_timeout: "{{ plan_postgres_scrape_timeout | default('5s') }}"
|
||||
slow_query_standard: "{{ plan_postgres_slow_query_standard | default('5s') }}"
|
||||
executor_number: "{{ plan_postgres_executor_number | default('10') }}"
|
||||
sender_number: "{{ plan_postgres_sender_number | default('10') }}"
|
||||
activity_query_buffer: "{{ plan_postgres_activity_query_buffer | default('50') }}"
|
||||
plan_sender_buffer: "{{ plan_postgres_plan_sender_buffer | default('50') }}"
|
||||
scrape_interval: {{ plan_postgres_scrape_interval | default('30s') }}
|
||||
scrape_timeout: {{ plan_postgres_scrape_timeout | default('5s') }}
|
||||
slow_query_standard: {{ plan_postgres_slow_query_standard | default('5s') }}
|
||||
executor_number: {{ plan_postgres_executor_number | default('10') }}
|
||||
sender_number: {{ plan_postgres_sender_number | default('10') }}
|
||||
activity_query_buffer: {{ plan_postgres_activity_query_buffer | default('50') }}
|
||||
plan_sender_buffer: {{ plan_postgres_plan_sender_buffer | default('50') }}
|
||||
Reference in New Issue
Block a user