From b55ba4c1d267e5e1c0c059f47e5214df71a88d50 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Sat, 5 Sep 2026 15:43:58 +0100 Subject: [PATCH] Enable prometheus monitorting for glitchtip --- cookbooks/glitchtip/recipes/default.rb | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/cookbooks/glitchtip/recipes/default.rb b/cookbooks/glitchtip/recipes/default.rb index c5010bf2e..37a232333 100644 --- a/cookbooks/glitchtip/recipes/default.rb +++ b/cookbooks/glitchtip/recipes/default.rb @@ -71,3 +71,9 @@ podman_site "glitchtip.openstreetmap.org" do "SERVER_ROLE" => "all_in_one" volumes "/srv/glitchtip.openstreetmap.org/uploads" => "/code/uploads" end + +node.default[:prometheus][:exporters][443] = { + :name => "glitchtip", + :address => "#{node[:prometheus][:address]}:443", + :sni => "glitchtip.openstreetmap.org" +} -- 2.47.3