|
200 | 200 | | `slow_query.record_type` | String | Unset | The record type of slow queries. It can be `system_table` or `log`. |
|
201 | 201 | | `slow_query.threshold` | String | Unset | The threshold of slow query. |
|
202 | 202 | | `slow_query.sample_ratio` | Float | Unset | The sampling ratio of slow query log. The value should be in the range of (0, 1]. |
|
203 |
| -| `tracing` | -- | -- | The tracing options. Only effect when compiled with `tokio-console` feature. | |
| 203 | +| `tracing` | -- | -- | Exporting internal metrics via remote-write has been removed. Please use external Prometheus/OTel/VMA to scrape metrics.<br/>The tracing options. Only effect when compiled with `tokio-console` feature. | |
204 | 204 | | `tracing.tokio_console_addr` | String | Unset | The tokio console address. |
|
205 | 205 | | `memory` | -- | -- | The memory options. |
|
206 | 206 | | `memory.enable_heap_profiling` | Bool | `true` | Whether to enable heap profiling activation during startup.<br/>When enabled, heap profiling will be activated if the `MALLOC_CONF` environment variable<br/>is set to "prof:true,prof_active:false". The official image adds this env variable.<br/>Default is true. |
|
|
312 | 312 | | `slow_query.threshold` | String | `30s` | The threshold of slow query. It can be human readable time string, for example: `10s`, `100ms`, `1s`. |
|
313 | 313 | | `slow_query.sample_ratio` | Float | `1.0` | The sampling ratio of slow query log. The value should be in the range of (0, 1]. For example, `0.1` means 10% of the slow queries will be logged and `1.0` means all slow queries will be logged. |
|
314 | 314 | | `slow_query.ttl` | String | `90d` | The TTL of the `slow_queries` system table. Default is `90d` when `record_type` is `system_table`. |
|
315 |
| -| `tracing` | -- | -- | The tracing options. Only effect when compiled with `tokio-console` feature. | |
| 315 | +| `tracing` | -- | -- | Exporting internal metrics via remote-write has been removed. Please use external Prometheus/OTel/VMA to scrape metrics.<br/>The tracing options. Only effect when compiled with `tokio-console` feature. | |
316 | 316 | | `tracing.tokio_console_addr` | String | Unset | The tokio console address. |
|
317 | 317 | | `memory` | -- | -- | The memory options. |
|
318 | 318 | | `memory.enable_heap_profiling` | Bool | `true` | Whether to enable heap profiling activation during startup.<br/>When enabled, heap profiling will be activated if the `MALLOC_CONF` environment variable<br/>is set to "prof:true,prof_active:false". The official image adds this env variable.<br/>Default is true. |
|
|
402 | 402 | | `logging.otlp_headers` | -- | -- | Additional OTLP headers, only valid when using OTLP http |
|
403 | 403 | | `logging.tracing_sample_ratio` | -- | Unset | The percentage of tracing will be sampled and exported.<br/>Valid range `[0, 1]`, 1 means all traces are sampled, 0 means all traces are not sampled, the default value is 1.<br/>ratio > 1 are treated as 1. Fractions < 0 are treated as 0 |
|
404 | 404 | | `logging.tracing_sample_ratio.default_ratio` | Float | `1.0` | -- |
|
405 |
| -| `tracing` | -- | -- | The tracing options. Only effect when compiled with `tokio-console` feature. | |
| 405 | +| `tracing` | -- | -- | Exporting internal metrics via remote-write has been removed. Please use external Prometheus/OTel/VMA to scrape metrics.<br/>The tracing options. Only effect when compiled with `tokio-console` feature. | |
406 | 406 | | `tracing.tokio_console_addr` | String | Unset | The tokio console address. |
|
407 | 407 | | `memory` | -- | -- | The memory options. |
|
408 | 408 | | `memory.enable_heap_profiling` | Bool | `true` | Whether to enable heap profiling activation during startup.<br/>When enabled, heap profiling will be activated if the `MALLOC_CONF` environment variable<br/>is set to "prof:true,prof_active:false". The official image adds this env variable.<br/>Default is true. |
|
|
567 | 567 | | `logging.otlp_headers` | -- | -- | Additional OTLP headers, only valid when using OTLP http |
|
568 | 568 | | `logging.tracing_sample_ratio` | -- | Unset | The percentage of tracing will be sampled and exported.<br/>Valid range `[0, 1]`, 1 means all traces are sampled, 0 means all traces are not sampled, the default value is 1.<br/>ratio > 1 are treated as 1. Fractions < 0 are treated as 0 |
|
569 | 569 | | `logging.tracing_sample_ratio.default_ratio` | Float | `1.0` | -- |
|
570 |
| -| `tracing` | -- | -- | The tracing options. Only effect when compiled with `tokio-console` feature. | |
| 570 | +| `tracing` | -- | -- | Exporting internal metrics via remote-write has been removed. Please use external Prometheus/OTel/VMA to scrape metrics.<br/>The tracing options. Only effect when compiled with `tokio-console` feature. | |
571 | 571 | | `tracing.tokio_console_addr` | String | Unset | The tokio console address. |
|
572 | 572 | | `memory` | -- | -- | The memory options. |
|
573 | 573 | | `memory.enable_heap_profiling` | Bool | `true` | Whether to enable heap profiling activation during startup.<br/>When enabled, heap profiling will be activated if the `MALLOC_CONF` environment variable<br/>is set to "prof:true,prof_active:false". The official image adds this env variable.<br/>Default is true. |
|
|
0 commit comments