From: Tom Hughes Date: Wed, 17 Nov 2021 22:27:32 +0000 (+0000) Subject: Enable promscale for tests X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/33fd3caa3729b16d50a7393b32f3e3f259bd872e Enable promscale for tests --- diff --git a/.kitchen.yml b/.kitchen.yml index 3b998f43e..ce85f8843 100644 --- a/.kitchen.yml +++ b/.kitchen.yml @@ -283,6 +283,9 @@ suites: - name: prometheus-server run_list: - recipe[prometheus::server] + attributes: + prometheus: + promscale: true - name: python run_list: - recipe[python::default]