Skip to content

Commit

Permalink
Add: Log format for Mimir
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolas Lamirault <nicolas.lamirault@gmail.com>
  • Loading branch information
nlamirault committed Aug 7, 2023
1 parent a47c1d2 commit 9279d32
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,10 @@ mimir-distributed:
#replication_factor: 3

limits:
# Adjust max query parallelism to 16x sharding, without sharding we can run 14d queries fully in parallel.
# With sharding we can further shard each day another 16 times. 14 days * 16 shards = 224 subqueries.
max_query_parallelism: 224
max_global_series_per_user: 0
ingestion_rate: 0
# Delete from storage metrics data older than 1 year.
compactor_blocks_retention_period: 1m
# Allow ingestion of out-of-order samples up to 30 minutes since the latest received sample for the series.
out_of_order_time_window: 1h

alertmanager_storage:
Expand All @@ -82,6 +78,7 @@ mimir-distributed:

server:
log_level: debug
log_format: json

alertmanager:
replicas: 1
Expand Down

0 comments on commit 9279d32

Please sign in to comment.