Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions nomad/loki-cluster.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,10 @@ job "[JOB_NAME]" {
# validity: 24h

limits_config:
ingestion_burst_size_mb: 1000
ingestion_rate_mb: 10000
per_stream_rate_limit: 512M
per_stream_rate_limit_burst: 1024M
allow_structured_metadata: true
reject_old_samples: true
reject_old_samples_max_age: 168h
Expand Down