]> git.openstreetmap.org Git - chef.git/commitdiff
Disable remote read from promscale
authorTom Hughes <tom@compton.nu>
Sat, 16 Jan 2021 14:38:19 +0000 (14:38 +0000)
committerTom Hughes <tom@compton.nu>
Sat, 16 Jan 2021 14:38:19 +0000 (14:38 +0000)
cookbooks/prometheus/templates/default/prometheus.yml.erb

index 591c1e0ec5cdc579aaf60e5138bac7a4e1ccda26..06e853b27c3c9e8cf6ef7e2d4ebeb6469104446f 100644 (file)
@@ -24,6 +24,3 @@ scrape_configs:
 
 remote_write:
   - url: "http://localhost:9201/write"
-
-remote_read:
-  - url: "http://localhost:9201/read"