Skip to content

Commit

Permalink
fixups
Browse files Browse the repository at this point in the history
  • Loading branch information
sbueringer committed Oct 31, 2022
1 parent c086a5d commit 48a3ea1
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
2 changes: 1 addition & 1 deletion hack/observability/loki/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ helmCharts:
releaseName: loki
namespace: observability
valuesFile: values.yaml
version: 3.0.0
version: 3.3.0
16 changes: 12 additions & 4 deletions hack/observability/loki/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ loki:
replication_factor: 1
storage:
type: 'filesystem'
rulerConfig:
storage:
type: local

# We are disabling basically everything because we just want
# Loki and no additional monitoring.
Expand All @@ -26,14 +29,19 @@ monitoring:
enabled: false
grafanaAgent:
installOperator: false
lokiCanary:
enabled: false

test:
enabled: false

# Set high ingestion limits so log-push can push logs without hitting the rate limits:
# Push response: status: "429 Too Many Requests", body: "Ingestion rate limit exceeded for user fake (limit:
# 4194304 bytes/sec) while attempting to ingest '1000' lines totaling '755293' bytes, reduce log volume or
# contact your Loki administrator to see if the limit can be increased"
# FIXME(sbueringer): after the other issues are fixed, test if this is still an issue
# If yes, figure out a good way to set those properties, it's not super trivial.
config:
limits_config:
ingestion_rate_mb: 1024
ingestion_burst_size_mb: 1024
#config:
# limits_config:
# ingestion_rate_mb: 1024
# ingestion_burst_size_mb: 1024

0 comments on commit 48a3ea1

Please sign in to comment.