File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ services:
88 container_name : intratun-relay
99 command :
1010 - relay
11- - --agent-config . /config/agents.example .yaml
11+ - --agent-config= /config/agents.yaml
1212 - --stream-id-mode=cuid
1313 - --proxy-listen=:8080
1414 - --secure-listen=:443
Original file line number Diff line number Diff line change 11server :
22 http_listen_port : 3100
3+ grpc_listen_port : 9096
34 log_level : warn
45
56common :
@@ -13,7 +14,8 @@ common:
1314 ring :
1415 kvstore :
1516 store : inmemory
16- Schema_config :
17+
18+ schema_config :
1719 configs :
1820 - from : 2020-10-15
1921 store : boltdb-shipper
@@ -22,20 +24,21 @@ Schema_config:
2224 index :
2325 prefix : loki_index_
2426 period : 24h
27+
2528storage_config :
2629 boltdb_shipper :
27- shared_store : filesystem
2830 active_index_directory : /loki/index
2931 cache_location : /loki/boltdb-cache
32+ shared_store : filesystem
3033 filesystem :
3134 directory : /loki/chunks
35+
3236limits_config :
3337 reject_old_samples : true
3438 reject_old_samples_max_age : 168h
3539 ingestion_rate_mb : 16
36- ingestion_burst_mb : 32
37- chunk_store_config :
38- max_look_back_period : 168h
40+ ingestion_burst_size_mb : 32
41+
3942table_manager :
4043 retention_deletes_enabled : true
4144 retention_period : 168h
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ ingester:
2020compactor :
2121 compaction :
2222 block_retention : 24h
23- compacted_block_retention : 7d
23+ compacted_block_retention : 168h
2424storage :
2525 trace :
2626 backend : local
You can’t perform that action at this time.
0 commit comments