Update metric processing delay default
authorPradeep Kilambi <pkilambi@redhat.com>
Tue, 30 May 2017 18:48:21 +0000 (14:48 -0400)
committerPradeep Kilambi <pkilambi@redhat.com>
Sun, 4 Jun 2017 23:18:04 +0000 (23:18 +0000)
This helps with processing the backlog, so lets update
the default out of the box.

Change-Id: I06d4ca95f4a1da2864f4845ef3e7a74a1bce9e41

puppet/services/gnocchi-base.yaml
releasenotes/notes/update-metric-delay-default-963d073026e2cc15.yaml [new file with mode: 0644]

index 012bd72..80ef717 100644 (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:
diff --git a/releasenotes/notes/update-metric-delay-default-963d073026e2cc15.yaml b/releasenotes/notes/update-metric-delay-default-963d073026e2cc15.yaml
new file mode 100644 (file)
index 0000000..d74e3a1
--- /dev/null
@@ -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.