Skip to content

Commit 6fedc07

Browse files
committed
fix docker issue
1 parent f1807ca commit 6fedc07

3 files changed

Lines changed: 10 additions & 7 deletions

File tree

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

observability/loki/config.yaml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
server:
22
http_listen_port: 3100
3+
grpc_listen_port: 9096
34
log_level: warn
45

56
common:
@@ -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+
2528
storage_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+
3236
limits_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+
3942
table_manager:
4043
retention_deletes_enabled: true
4144
retention_period: 168h

observability/tempo/tempo.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ ingester:
2020
compactor:
2121
compaction:
2222
block_retention: 24h
23-
compacted_block_retention: 7d
23+
compacted_block_retention: 168h
2424
storage:
2525
trace:
2626
backend: local

0 commit comments

Comments
 (0)