max_in_flight_write_bytes = "0KiB" write_bytes_exhausted_policy = "wait" user_provider = "static_user_provider:file:/etc/greptimedb/auth/passwd" [http] addr = "0.0.0.0:4000" timeout = "0s" body_limit = "64MiB" prom_validation_mode = "strict" cors_allowed_origins = [] enable_cors = true [grpc] bind_addr = "0.0.0.0:4001" server_addr = "10.244.6.226:4001" max_recv_message_size = "512MiB" max_send_message_size = "512MiB" flight_compression = "arrow_ipc" runtime_size = 8 http2_keep_alive_interval = "10s" http2_keep_alive_timeout = "3s" [grpc.tls] mode = "disable" cert_path = "" key_path = "" ca_cert_path = "" watch = false [internal_grpc] bind_addr = "0.0.0.0:4010" server_addr = "10.244.6.226:4010" max_recv_message_size = "512MiB" max_send_message_size = "512MiB" flight_compression = "arrow_ipc" runtime_size = 8 http2_keep_alive_interval = "10s" http2_keep_alive_timeout = "3s" [internal_grpc.tls] mode = "disable" cert_path = "" key_path = "" ca_cert_path = "" watch = false [mysql] enable = true addr = "0.0.0.0:4002" runtime_size = 2 keep_alive = "0s" prepared_stmt_cache_size = 10000 [mysql.tls] mode = "disable" cert_path = "" key_path = "" ca_cert_path = "" watch = false [postgres] enable = true addr = "0.0.0.0:4003" runtime_size = 2 keep_alive = "0s" [postgres.tls] mode = "disable" cert_path = "" key_path = "" ca_cert_path = "" watch = false [opentsdb] enable = true [influxdb] enable = true [prom_store] enable = true with_metric_engine = true pending_rows_flush_interval = "0s" max_batch_rows = 100000 max_concurrent_flushes = 256 worker_channel_capacity = 65526 max_inflight_requests = 3000 [jaeger] enable = true [otlp] enable = true [meta_client] metasrv_addrs = ["monitoring-meta.greptime:3002"] timeout = "3s" ddl_timeout = "10s" connect_timeout = "1s" tcp_nodelay = true metadata_cache_max_capacity = 100000 metadata_cache_ttl = "10m" metadata_cache_tti = "5m" [logging] dir = "/data/greptimedb/logs" level = "info" log_format = "text" max_log_files = 720 append_stdout = true enable_otlp_tracing = false [datanode.client] timeout = "10s" connect_timeout = "1s" tcp_nodelay = true [tracing] [query] parallelism = 0 allow_query_fallback = false memory_pool_size = "unlimited" [slow_query] enable = true record_type = "system_table" threshold = "30s" sample_ratio = 1.0 ttl = "30days" [memory] enable_heap_profiling = true [event_recorder] ttl = "2months 29days 2h 52m 48s"