Update metric processing delay default
This helps with processing the backlog, so lets update the default out of the box. Change-Id: I06d4ca95f4a1da2864f4845ef3e7a74a1bce9e41
This commit is contained in:
parent
af1aed8269
commit
d6bda4eb14
@ -31,7 +31,7 @@ parameters:
|
|||||||
description: The short name of the Gnocchi indexer backend to use.
|
description: The short name of the Gnocchi indexer backend to use.
|
||||||
type: string
|
type: string
|
||||||
MetricProcessingDelay:
|
MetricProcessingDelay:
|
||||||
default: 60
|
default: 30
|
||||||
description: Delay between processing metrics.
|
description: Delay between processing metrics.
|
||||||
type: number
|
type: number
|
||||||
GnocchiPassword:
|
GnocchiPassword:
|
||||||
|
@ -0,0 +1,4 @@
|
|||||||
|
---
|
||||||
|
fixes:
|
||||||
|
- Update the default metric processing delay to 30. This will help reduce
|
||||||
|
the metric backlog and wont load up the storage backend.
|
Loading…
Reference in New Issue
Block a user