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:
Pradeep Kilambi 2017-05-30 14:48:21 -04:00
parent af1aed8269
commit d6bda4eb14
2 changed files with 5 additions and 1 deletions

View File

@ -31,7 +31,7 @@ parameters:
description: The short name of the Gnocchi indexer backend to use.
type: string
MetricProcessingDelay:
default: 60
default: 30
description: Delay between processing metrics.
type: number
GnocchiPassword:

View File

@ -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.