Skip to content
Open
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ loki:
endpoint: minio:9000
insecure: true
limits_config:
shard_streams:
enabled: false
retention_period: 24h # Reduce from 744h for development
ingestion_rate_mb: 5 # Reduce from 10 for development
ingestion_burst_size_mb: 10 # Reduce from 20
Expand Down Expand Up @@ -283,6 +285,3 @@ memcachedIndexQueries:
memcachedIndexWrites:
enabled: true
maxItemMemory: 10 # MB - Index write operations



Original file line number Diff line number Diff line change
Expand Up @@ -55,23 +55,25 @@ loki:
s3forcepathstyle: false
# Configure ingestion limits to handle Vector's data volume
limits_config:
retention_period: 744h # 31 days retention
ingestion_rate_mb: 50
ingestion_burst_size_mb: 100
ingestion_rate_strategy: "local"
max_streams_per_user: 0
max_line_size: 2097152
per_stream_rate_limit: 50M
per_stream_rate_limit_burst: 200M
reject_old_samples: false
reject_old_samples_max_age: 168h
discover_service_name: []
discover_log_levels: false
volume_enabled: true
max_global_streams_per_user: 75000
max_entries_limit_per_query: 100000
increment_duplicate_timestamp: true
allow_structured_metadata: true
shard_streams:
enabled: false
retention_period: 744h # 31 days retention
ingestion_rate_mb: 50
ingestion_burst_size_mb: 100
ingestion_rate_strategy: "local"
max_streams_per_user: 0
max_line_size: 2097152
per_stream_rate_limit: 50M
per_stream_rate_limit_burst: 200M
reject_old_samples: false
reject_old_samples_max_age: 168h
discover_service_name: []
discover_log_levels: false
volume_enabled: true
max_global_streams_per_user: 75000
max_entries_limit_per_query: 100000
increment_duplicate_timestamp: true
allow_structured_metadata: true
runtimeConfig:
configs:
kubearchive:
Expand Down Expand Up @@ -103,7 +105,7 @@ loki:
max_concurrent: 8
query_range:
# split_queries_by_interval deprecated in Loki 3.x - removed
parallelise_shardable_queries: true
parallelise_shardable_queries: false

# Distributed components configuration
ingester:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,23 +56,25 @@ loki:
s3forcepathstyle: false
# Configure ingestion limits to handle Vector's data volume
limits_config:
retention_period: 744h # 31 days retention
ingestion_rate_mb: 50
ingestion_burst_size_mb: 100
ingestion_rate_strategy: "local"
max_streams_per_user: 0
max_line_size: 2097152
per_stream_rate_limit: 50M
per_stream_rate_limit_burst: 200M
reject_old_samples: false
reject_old_samples_max_age: 168h
discover_service_name: []
discover_log_levels: false
volume_enabled: true
max_global_streams_per_user: 75000
max_entries_limit_per_query: 100000
increment_duplicate_timestamp: true
allow_structured_metadata: true
shard_streams:
enabled: false
retention_period: 744h # 31 days retention
ingestion_rate_mb: 50
ingestion_burst_size_mb: 100
ingestion_rate_strategy: "local"
max_streams_per_user: 0
max_line_size: 2097152
per_stream_rate_limit: 50M
per_stream_rate_limit_burst: 200M
reject_old_samples: false
reject_old_samples_max_age: 168h
discover_service_name: []
discover_log_levels: false
volume_enabled: true
max_global_streams_per_user: 75000
max_entries_limit_per_query: 100000
increment_duplicate_timestamp: true
allow_structured_metadata: true
runtimeConfig:
configs:
kubearchive:
Expand Down Expand Up @@ -104,7 +106,7 @@ loki:
max_concurrent: 8
query_range:
# split_queries_by_interval deprecated in Loki 3.x - removed
parallelise_shardable_queries: true
parallelise_shardable_queries: false

# Distributed components configuration
ingester:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,23 +56,25 @@ loki:
s3forcepathstyle: false
# Configure ingestion limits to handle Vector's data volume
limits_config:
retention_period: 744h # 31 days retention
ingestion_rate_mb: 100
ingestion_burst_size_mb: 300
ingestion_rate_strategy: "local"
max_streams_per_user: 0
max_line_size: 2097152
per_stream_rate_limit: 100M
per_stream_rate_limit_burst: 300M
reject_old_samples: false
reject_old_samples_max_age: 168h
discover_service_name: []
discover_log_levels: false
volume_enabled: true
max_global_streams_per_user: 75000
max_entries_limit_per_query: 100000
increment_duplicate_timestamp: true
allow_structured_metadata: true
shard_streams:
enabled: false
retention_period: 744h # 31 days retention
ingestion_rate_mb: 100
ingestion_burst_size_mb: 300
ingestion_rate_strategy: "local"
max_streams_per_user: 0
max_line_size: 2097152
per_stream_rate_limit: 100M
per_stream_rate_limit_burst: 300M
reject_old_samples: false
reject_old_samples_max_age: 168h
discover_service_name: []
discover_log_levels: false
volume_enabled: true
max_global_streams_per_user: 75000
max_entries_limit_per_query: 100000
increment_duplicate_timestamp: true
allow_structured_metadata: true
runtimeConfig:
configs:
kubearchive:
Expand Down Expand Up @@ -104,7 +106,7 @@ loki:
max_concurrent: 8
query_range:
# split_queries_by_interval deprecated in Loki 3.x - removed
parallelise_shardable_queries: true
parallelise_shardable_queries: false

# Distributed components configuration
ingester:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,23 +56,25 @@ loki:
s3forcepathstyle: false
# Configure ingestion limits to handle Vector's data volume
limits_config:
retention_period: 744h # 31 days retention
ingestion_rate_mb: 50
ingestion_burst_size_mb: 100
ingestion_rate_strategy: "local"
max_streams_per_user: 0
max_line_size: 2097152
per_stream_rate_limit: 50M
per_stream_rate_limit_burst: 200M
reject_old_samples: false
reject_old_samples_max_age: 168h
discover_service_name: []
discover_log_levels: false
volume_enabled: true
max_global_streams_per_user: 75000
max_entries_limit_per_query: 100000
increment_duplicate_timestamp: true
allow_structured_metadata: true
shard_streams:
enabled: false
retention_period: 744h # 31 days retention
ingestion_rate_mb: 50
ingestion_burst_size_mb: 100
ingestion_rate_strategy: "local"
max_streams_per_user: 0
max_line_size: 2097152
per_stream_rate_limit: 50M
per_stream_rate_limit_burst: 200M
reject_old_samples: false
reject_old_samples_max_age: 168h
discover_service_name: []
discover_log_levels: false
volume_enabled: true
max_global_streams_per_user: 75000
max_entries_limit_per_query: 100000
increment_duplicate_timestamp: true
allow_structured_metadata: true
runtimeConfig:
configs:
kubearchive:
Expand Down Expand Up @@ -104,7 +106,7 @@ loki:
max_concurrent: 8
query_range:
# split_queries_by_interval deprecated in Loki 3.x - removed
parallelise_shardable_queries: true
parallelise_shardable_queries: false

# Distributed components configuration
ingester:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,23 +47,25 @@ loki:
s3forcepathstyle: false
# Configure ingestion limits to handle Vector's data volume
limits_config:
retention_period: 744h # 31 days retention
ingestion_rate_mb: 50
ingestion_burst_size_mb: 100
ingestion_rate_strategy: "local"
max_streams_per_user: 0
max_line_size: 2097152
per_stream_rate_limit: 50M
per_stream_rate_limit_burst: 200M
reject_old_samples: false
reject_old_samples_max_age: 168h
discover_service_name: []
discover_log_levels: false
volume_enabled: true
max_global_streams_per_user: 75000
max_entries_limit_per_query: 100000
increment_duplicate_timestamp: true
allow_structured_metadata: true
shard_streams:
enabled: false
retention_period: 744h # 31 days retention
ingestion_rate_mb: 50
ingestion_burst_size_mb: 100
ingestion_rate_strategy: "local"
max_streams_per_user: 0
max_line_size: 2097152
per_stream_rate_limit: 50M
per_stream_rate_limit_burst: 200M
reject_old_samples: false
reject_old_samples_max_age: 168h
discover_service_name: []
discover_log_levels: false
volume_enabled: true
max_global_streams_per_user: 75000
max_entries_limit_per_query: 100000
increment_duplicate_timestamp: true
allow_structured_metadata: true
runtimeConfig:
configs:
kubearchive:
Expand Down Expand Up @@ -95,7 +97,7 @@ loki:
max_concurrent: 8
query_range:
# split_queries_by_interval deprecated in Loki 3.x - removed
parallelise_shardable_queries: true
parallelise_shardable_queries: false

# Distributed components configuration
ingester:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,23 +86,25 @@ loki:
s3forcepathstyle: false
# Configure ingestion limits to handle Vector's data volume
limits_config:
retention_period: 744h # 31 days retention
ingestion_rate_mb: 100
ingestion_burst_size_mb: 300
ingestion_rate_strategy: "local"
max_streams_per_user: 0
max_line_size: 2097152
per_stream_rate_limit: 100M
per_stream_rate_limit_burst: 400M
reject_old_samples: false
reject_old_samples_max_age: 168h
discover_service_name: []
discover_log_levels: false
volume_enabled: true
max_global_streams_per_user: 75000
max_entries_limit_per_query: 100000
increment_duplicate_timestamp: true
allow_structured_metadata: true
shard_streams:
enabled: false
retention_period: 744h # 31 days retention
ingestion_rate_mb: 100
ingestion_burst_size_mb: 300
ingestion_rate_strategy: "local"
max_streams_per_user: 0
max_line_size: 2097152
per_stream_rate_limit: 100M
per_stream_rate_limit_burst: 400M
reject_old_samples: false
reject_old_samples_max_age: 168h
discover_service_name: []
discover_log_levels: false
volume_enabled: true
max_global_streams_per_user: 75000
max_entries_limit_per_query: 100000
increment_duplicate_timestamp: true
allow_structured_metadata: true
runtimeConfig:
configs:
kubearchive:
Expand Down Expand Up @@ -134,7 +136,7 @@ loki:
max_concurrent: 8
query_range:
# split_queries_by_interval deprecated in Loki 3.x - removed
parallelise_shardable_queries: true
parallelise_shardable_queries: false

# Distributed components configuration
ingester:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,23 +46,25 @@ loki:
s3forcepathstyle: false
# Configure ingestion limits to handle Vector's data volume
limits_config:
retention_period: 744h # 31 days retention
ingestion_rate_mb: 100
ingestion_burst_size_mb: 300
ingestion_rate_strategy: "local"
max_streams_per_user: 0
max_line_size: 2097152
per_stream_rate_limit: 100M
per_stream_rate_limit_burst: 400M
reject_old_samples: false
reject_old_samples_max_age: 168h
discover_service_name: []
discover_log_levels: false
volume_enabled: true
max_global_streams_per_user: 75000
max_entries_limit_per_query: 100000
increment_duplicate_timestamp: true
allow_structured_metadata: true
shard_streams:
enabled: false
retention_period: 744h # 31 days retention
ingestion_rate_mb: 100
ingestion_burst_size_mb: 300
ingestion_rate_strategy: "local"
max_streams_per_user: 0
max_line_size: 2097152
per_stream_rate_limit: 100M
per_stream_rate_limit_burst: 400M
reject_old_samples: false
reject_old_samples_max_age: 168h
discover_service_name: []
discover_log_levels: false
volume_enabled: true
max_global_streams_per_user: 75000
max_entries_limit_per_query: 100000
increment_duplicate_timestamp: true
allow_structured_metadata: true
runtimeConfig:
configs:
kubearchive:
Expand Down Expand Up @@ -94,7 +96,7 @@ loki:
max_concurrent: 8
query_range:
# split_queries_by_interval deprecated in Loki 3.x - removed
parallelise_shardable_queries: true
parallelise_shardable_queries: false

# Distributed components configuration
ingester:
Expand Down
Loading
Loading