]> git.openstreetmap.org Git - chef.git/commitdiff
Enable promscale
authorTom Hughes <tom@compton.nu>
Mon, 8 Aug 2022 10:47:22 +0000 (11:47 +0100)
committerTom Hughes <tom@compton.nu>
Mon, 8 Aug 2022 10:47:35 +0000 (11:47 +0100)
cookbooks/prometheus/attributes/default.rb

index 1fe3790ab3571afe896d34b0c3b7c456781e082a..7b6feed284033b5363280143a83576ae0fb968ee 100644 (file)
@@ -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]