From: Tom Hughes Date: Tue, 18 Jan 2022 13:43:01 +0000 (+0000) Subject: Disable promscale X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/b1e1a323520b711f1b9226d8eefd1e106bf74c17 Disable promscale --- diff --git a/cookbooks/prometheus/attributes/default.rb b/cookbooks/prometheus/attributes/default.rb index 98c3710d6..d95325fde 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] = true +default[:prometheus][:promscale] = false if node[:recipes].include?("prometheus::server") default[:apt][:sources] |= ["grafana"]