monitoring fixes
This commit is contained in:
@@ -5,13 +5,14 @@ loki:
|
||||
configs:
|
||||
- from: "2024-04-01"
|
||||
store: tsdb
|
||||
object_store: s3
|
||||
object_store: filesystem
|
||||
schema: v13
|
||||
index:
|
||||
prefix: loki_index_
|
||||
period: 24h
|
||||
auth_enabled: false
|
||||
pattern_ingester:
|
||||
enabled: true
|
||||
enabled: true
|
||||
limits_config:
|
||||
allow_structured_metadata: true
|
||||
volume_enabled: true
|
||||
@@ -19,6 +20,12 @@ loki:
|
||||
ruler:
|
||||
enable_api: true
|
||||
storage:
|
||||
bucketNames:
|
||||
# don't care since we use the filesystem
|
||||
chunks: NOTUSED
|
||||
ruler: NOTUSED
|
||||
admin: NOTUSED
|
||||
|
||||
type: filesystem
|
||||
filesystem:
|
||||
chunks_directory: /var/loki/chunks
|
||||
@@ -46,6 +53,12 @@ singleBinary:
|
||||
# set, choosing the default provisioner (gp2 on AWS, standard on GKE, AWS, and OpenStack).
|
||||
storageClass: nfs-client
|
||||
|
||||
|
||||
# -- Section for configuring optional Helm test
|
||||
helm:
|
||||
enabled: false
|
||||
|
||||
|
||||
# Zero out replica counts of other deployment modes
|
||||
backend:
|
||||
replicas: 0
|
||||
|
Reference in New Issue
Block a user