From 3e9447a6399f610d01c5caca3d41fe064f8f174d Mon Sep 17 00:00:00 2001 From: Isaac Sadaqah Date: Mon, 29 Feb 2016 17:03:28 -0500 Subject: [PATCH] Add collect_function_metrics to postgres check yml --- templates/default/postgres.yaml.erb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/templates/default/postgres.yaml.erb b/templates/default/postgres.yaml.erb index 7c9bfccd..094b3780 100644 --- a/templates/default/postgres.yaml.erb +++ b/templates/default/postgres.yaml.erb @@ -25,4 +25,7 @@ instances: - <%= r %> <% end -%> <% end -%> + <% if i.keys?("collect_function_metrics") -%> + collect_function_metrics: i["collect_function_metrics"] + <% end -%> <% end -%>