]> git.openstreetmap.org Git - chef.git/commitdiff
Add host_location metric for machines in dublin and amsterdam
authorTom Hughes <tom@compton.nu>
Thu, 10 Aug 2023 19:05:09 +0000 (20:05 +0100)
committerTom Hughes <tom@compton.nu>
Thu, 10 Aug 2023 19:06:55 +0000 (20:06 +0100)
roles/equinix-ams.rb
roles/equinix-dub.rb

index 7eb6cae11e875d06c1cd47634dfc0aed09cf287e..7923e09d46e744837baf0221ae07bf37f14c4df6 100644 (file)
@@ -26,6 +26,14 @@ default_attributes(
       }
     }
   },
+  :prometheus => {
+    :metrics => {
+      :host_location => {
+        :help => "Host location",
+        :labels => { :site => "amsterdam" }
+      }
+    }
+  },
   :web => {
     :fileserver => "ironbelly",
     :readonly_database_host => "snap-01.ams.openstreetmap.org",
index fd2a404302211f0e68b3bd2f331dc4ae15cea0fd..e24d71a1f1ece9599ff98c10a377e9c8a1cade91 100644 (file)
@@ -35,6 +35,14 @@ default_attributes(
       }
     }
   },
+  :prometheus => {
+    :metrics => {
+      :host_location => {
+        :help => "Host location",
+        :labels => { :site => "dublin" }
+      }
+    }
+  },
   :web => {
     :fileserver => "fafnir",
     :readonly_database_host => "snap-03.dub.openstreetmap.org"