Path: blob/main/example/docker-compose/cortex/config/cortex.yaml
4096 views
auth_enabled: false12server:3http_listen_port: 900945# Configure the server to allow messages up to 100MB.6grpc_server_max_recv_msg_size: 1048576007grpc_server_max_send_msg_size: 1048576008grpc_server_max_concurrent_streams: 1000910distributor:11shard_by_all_labels: true12pool:13health_check_ingesters: true1415ingester_client:16grpc_client_config:17max_recv_msg_size: 10485760018max_send_msg_size: 10485760019grpc_compression: gzip2021ingester:22lifecycler:23join_after: 024min_ready_duration: 0s25final_sleep: 0s26num_tokens: 5122728ring:29kvstore:30store: inmemory31replication_factor: 13233storage:34engine: blocks3536blocks_storage:37tsdb:38dir: /tmp/cortex/tsdb39bucket_store:40sync_dir: /tmp/cortex/tsdb-sync4142backend: filesystem43filesystem:44dir: /tmp/cortex/blocks4546compactor:47data_dir: /tmp/cortex/compactor48sharding_ring:49kvstore:50store: inmemory5152frontend_worker:53match_max_concurrent: true5455ruler:56enable_api: true57enable_sharding: false58storage:59type: local60local:61directory: /tmp/cortex/rules6263limits:64ingestion_rate: 25000065ingestion_burst_size: 500000666768