Skip to content

Commit

Permalink
Fix : loki yml 파일 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
TaetaetaE01 committed Dec 4, 2024
1 parent c08d33d commit 9744d25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ services:
- "3100:3100"
command:
- '--config.file=/etc/loki/loki-config.yml'
- '--config.expand-env=true'
volumes:
- ./loki/loki-config.yml:/etc/loki/loki-config.yml
restart: always
Expand Down
7 changes: 1 addition & 6 deletions loki/loki-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,7 @@ storage_config:
directory: /loki/chunks

limits_config:
max_streams_per_user: 1000
max_entries_per_stream: 5000

chunk_store_config:
chunk_target_size: 1048576 # 1MB
chunk_retain_period: 30s
max_global_streams_per_user: 10000 # 전역 스트림 제한

table_manager:
retention_deletes_enabled: false
Expand Down

0 comments on commit 9744d25

Please sign in to comment.