Create tidb_debug.yaml

This commit is contained in:
Mr Chen 2024-05-13 10:41:00 +08:00
parent fd3e074cc3
commit 9fbf09f2ef
1 changed files with 46 additions and 0 deletions

View File

@ -0,0 +1,46 @@
# # Global variables are applied to all deployments and used as the default value of
# # the deployments if a specific deployment value is missing.
global:
user: "root"
ssh_port: 2022
deploy_dir: "/tidb/tidb-deploy"
data_dir: "/tidb/tidb-data"
# # Monitored variables are applied to all the machines.
monitored:
node_exporter_port: 9100
blackbox_exporter_port: 9115
server_configs:
tidb:
instance.tidb_slow_log_threshold: 300
tikv:
readpool.storage.use-unified-pool: false
readpool.coprocessor.use-unified-pool: true
pd:
replication.enable-placement-rules: true
replication.location-labels: ["host"]
tiflash:
logger.level: "info"
pd_servers:
- host: 154.21.203.138
tidb_servers:
- host: 154.21.203.138
tikv_servers:
- host: 154.21.203.138
port: 20160
status_port: 20180
config:
server.labels: { host: "logic-host-1" }
tiflash_servers:
- host: 154.21.203.138
monitoring_servers:
- host: 154.21.203.138
grafana_servers:
- host: 154.21.203.138