Merge "Update metric processing delay default"

This commit is contained in:
Jenkins 2017-06-06 12:57:48 +00:00 committed by Gerrit Code Review
commit da86aacb66
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.