From 17c2a2faba314798d0b946c2f9b2486ddd666f93 Mon Sep 17 00:00:00 2001 From: Yasuo Honda Date: Fri, 11 Sep 2026 14:25:13 +0900 Subject: [PATCH] clinic: fix config.json described as a directory instead of a file config.json has a .json extension and is documented elsewhere (clinic-data-instruction-for-tiup.md) as the per-component "Real-time configuration" file, not a directory. --- clinic/clinic-user-guide-for-tiup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clinic/clinic-user-guide-for-tiup.md b/clinic/clinic-user-guide-for-tiup.md index 3776572e410b1..ff0cacbd0fdff 100644 --- a/clinic/clinic-user-guide-for-tiup.md +++ b/clinic/clinic-user-guide-for-tiup.md @@ -218,7 +218,7 @@ The collected data is stored in separate subdirectories based on its data source - List of kernel parameters: in `sysctl.conf` - Kernel logs: in `dmesg.log` - Network connection during data collection: in `ss.txt` -- Configuration data: in the `config.json` directory of each node +- Configuration data: in the `config.json` file under each node's directory - Meta-information for the cluster itself: in `meta.yaml` (this file is located at the top level of the directory that stores collected data) - Monitoring data: in the `/monitor` file directory. The monitoring data is compressed by default and cannot be viewed directly. To directly view the JSON files with monitoring data, disable compression with the `--compress-metrics=false` parameter when collecting data.