From c8473498aeebf65e855badd995118893cbf5f6ba Mon Sep 17 00:00:00 2001 From: Roman Loginov Date: Wed, 25 Sep 2024 14:02:32 +0300 Subject: [PATCH] [#146] Fix of sighup traicing docs Signed-off-by: Roman Loginov --- docs/gate-configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/gate-configuration.md b/docs/gate-configuration.md index e93e6cf..e0bb336 100644 --- a/docs/gate-configuration.md +++ b/docs/gate-configuration.md @@ -261,7 +261,7 @@ tracing: | Parameter | Type | SIGHUP reload | Default value | Description | |--------------|----------|---------------|---------------|---------------------------------------------------------------------------------------------------------------------------------| -| `enabled` | `bool` | yes | `false` | Flag to enable the tracing. | +| `enabled` | `bool` | no | `false` | Flag to enable the tracing. | | `exporter` | `string` | yes | | Trace collector type (`stdout` or `otlp_grpc` are supported). | | `endpoint` | `string` | yes | | Address of collector endpoint for OTLP exporters. | | `trusted_ca` | `string` | yes | | Path to certificate of a certification authority in pem format, that issued the TLS certificate of the telemetry remote server. |