From 971229517705f26b2a11212f5a85f279cab2283e Mon Sep 17 00:00:00 2001 From: Ruihang Xia Date: Wed, 30 Oct 2024 16:31:31 +0800 Subject: [PATCH] fix(config): update tracing section headers in example TOML files (#4898) Signed-off-by: Ruihang Xia --- config/datanode.example.toml | 4 ++-- config/flownode.example.toml | 4 ++-- config/frontend.example.toml | 4 ++-- config/metasrv.example.toml | 4 ++-- config/standalone.example.toml | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/config/datanode.example.toml b/config/datanode.example.toml index 557cd4cef0..6e426e89cd 100644 --- a/config/datanode.example.toml +++ b/config/datanode.example.toml @@ -646,7 +646,7 @@ url = "" headers = { } ## The tracing options. Only effect when compiled with `tokio-console` feature. -[tracing] +#+ [tracing] ## The tokio console address. ## @toml2docs:none-default -tokio_console_addr = "127.0.0.1" +#+ tokio_console_addr = "127.0.0.1" diff --git a/config/flownode.example.toml b/config/flownode.example.toml index 34825542fa..ffa9924365 100644 --- a/config/flownode.example.toml +++ b/config/flownode.example.toml @@ -101,8 +101,8 @@ threshold = "10s" sample_ratio = 1.0 ## The tracing options. Only effect when compiled with `tokio-console` feature. -[tracing] +#+ [tracing] ## The tokio console address. ## @toml2docs:none-default -tokio_console_addr = "127.0.0.1" +#+ tokio_console_addr = "127.0.0.1" diff --git a/config/frontend.example.toml b/config/frontend.example.toml index 83e7808d46..1fb372a6d1 100644 --- a/config/frontend.example.toml +++ b/config/frontend.example.toml @@ -231,7 +231,7 @@ url = "" headers = { } ## The tracing options. Only effect when compiled with `tokio-console` feature. -[tracing] +#+ [tracing] ## The tokio console address. ## @toml2docs:none-default -tokio_console_addr = "127.0.0.1" +#+ tokio_console_addr = "127.0.0.1" diff --git a/config/metasrv.example.toml b/config/metasrv.example.toml index 416f5ee6ef..b80d1c164e 100644 --- a/config/metasrv.example.toml +++ b/config/metasrv.example.toml @@ -218,7 +218,7 @@ url = "" headers = { } ## The tracing options. Only effect when compiled with `tokio-console` feature. -[tracing] +#+ [tracing] ## The tokio console address. ## @toml2docs:none-default -tokio_console_addr = "127.0.0.1" +#+ tokio_console_addr = "127.0.0.1" diff --git a/config/standalone.example.toml b/config/standalone.example.toml index defd34d8f5..52f6d5b694 100644 --- a/config/standalone.example.toml +++ b/config/standalone.example.toml @@ -690,7 +690,7 @@ url = "" headers = { } ## The tracing options. Only effect when compiled with `tokio-console` feature. -[tracing] +#+ [tracing] ## The tokio console address. ## @toml2docs:none-default -tokio_console_addr = "127.0.0.1" +#+ tokio_console_addr = "127.0.0.1"