Monitoring Stack: remove depricatated max_transfer_retries
This commit is contained in:
parent
2c50154e94
commit
9305a16ca6
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ ingester:
|
|||
max_chunk_age: 1h # Flush chunks older than 1h
|
||||
chunk_target_size: 1048576 # Build chunks up to ~1MB in size
|
||||
chunk_retain_period: 30s # Retain flushed chunks briefly (ensure index cache TTL is lower)
|
||||
max_transfer_retries: 0 # Disable chunk transfers
|
||||
flush_on_shutdown: true # When set to true, the ingester will flush its in-memory data on shutdown.
|
||||
|
||||
schema_config:
|
||||
configs:
|
||||
|
|
Loading…
Add table
Reference in a new issue