add param in config file
This commit is contained in:
+5
-2
@@ -10,8 +10,6 @@ common:
|
|||||||
store: inmemory
|
store: inmemory
|
||||||
replication_factor: 1
|
replication_factor: 1
|
||||||
path_prefix: /loki
|
path_prefix: /loki
|
||||||
limits_config:
|
|
||||||
volume_enable: true
|
|
||||||
|
|
||||||
schema_config:
|
schema_config:
|
||||||
configs:
|
configs:
|
||||||
@@ -27,3 +25,8 @@ storage_config:
|
|||||||
filesystem:
|
filesystem:
|
||||||
directory: /loki/chunks
|
directory: /loki/chunks
|
||||||
|
|
||||||
|
limits_config:
|
||||||
|
ingestion_rate_mb: 10
|
||||||
|
ingestion_burst_size_mb: 20
|
||||||
|
max_global_streams_per_user: 0
|
||||||
|
volume_enable: true
|
||||||
|
|||||||
Reference in New Issue
Block a user