Skip to content

Commit 59cb6ba

Browse files
committed
fix: update Loki compactor working directory to use /tmp/retention
1 parent 506ad45 commit 59cb6ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

loki/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ limits_config:
3333
retention_period: 336h
3434

3535
compactor:
36-
working_directory: /data/retention
36+
working_directory: /tmp/retention
3737
compaction_interval: 10m
3838
retention_enabled: true
3939
retention_delete_delay: 2h

0 commit comments

Comments
 (0)