From: Tom Hughes Date: Mon, 8 Aug 2022 10:47:22 +0000 (+0100) Subject: Enable promscale X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/535d2054cdb2c25229f37cc2cf16e7c287051fc6?ds=inline Enable promscale --- diff --git a/cookbooks/prometheus/attributes/default.rb b/cookbooks/prometheus/attributes/default.rb index 1fe3790ab..7b6feed28 100644 --- a/cookbooks/prometheus/attributes/default.rb +++ b/cookbooks/prometheus/attributes/default.rb @@ -3,7 +3,7 @@ default[:prometheus][:exporters] = {} default[:prometheus][:snmp] = {} default[:prometheus][:metrics] = {} default[:prometheus][:files] = [] -default[:prometheus][:promscale] = false +default[:prometheus][:promscale] = true if node[:recipes].include?("prometheus::server") default[:apt][:sources] |= %w[grafana timescaledb]