Monitoring Stack: fix pattern ingester config for loki
This commit is contained in:
parent
8b90ac3eb9
commit
aa07508dc7
1 changed files with 11 additions and 2 deletions
|
@ -66,10 +66,15 @@ limits_config:
|
||||||
allow_structured_metadata: true
|
allow_structured_metadata: true
|
||||||
volume_enabled: true
|
volume_enabled: true
|
||||||
|
|
||||||
|
# FIXED: Enable pattern ingester with proper single-instance configuration
|
||||||
pattern_ingester:
|
pattern_ingester:
|
||||||
enabled: true
|
enabled: true
|
||||||
metric_aggregation:
|
lifecycler:
|
||||||
loki_address: localhost:3100 # This usually points to Loki's gRPC port, 3100 is HTTP, 9096 is gRPC by default
|
ring:
|
||||||
|
kvstore:
|
||||||
|
store: inmemory # Use inmemory instead of consul for single instance
|
||||||
|
replication_factor: 1
|
||||||
|
final_sleep: 0s
|
||||||
|
|
||||||
ruler:
|
ruler:
|
||||||
storage:
|
storage:
|
||||||
|
@ -82,3 +87,7 @@ ruler:
|
||||||
kvstore:
|
kvstore:
|
||||||
store: inmemory
|
store: inmemory
|
||||||
enable_api: true
|
enable_api: true
|
||||||
|
|
||||||
|
# ADDED: Ensure all components use inmemory store for single-instance setup
|
||||||
|
memberlist:
|
||||||
|
join_members: []
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue