diff --git a/apps/mana/apps/web/src/routes/status/+page.server.ts b/apps/mana/apps/web/src/routes/status/+page.server.ts index 647c7826b..0b70bd13b 100644 --- a/apps/mana/apps/web/src/routes/status/+page.server.ts +++ b/apps/mana/apps/web/src/routes/status/+page.server.ts @@ -18,6 +18,8 @@ const SERVICES = [ { name: 'Uload Server', url: process.env.PUBLIC_ULOAD_SERVER_URL || 'http://localhost:3070' }, { name: 'Media', url: process.env.PUBLIC_MANA_MEDIA_URL || 'http://localhost:3011' }, { name: 'LLM', url: process.env.PUBLIC_MANA_LLM_URL || 'http://localhost:3025' }, + { name: 'Geocoding', url: process.env.PUBLIC_MANA_GEOCODING_URL || 'http://localhost:3018' }, + { name: 'Events', url: process.env.PUBLIC_MANA_EVENTS_URL || 'http://localhost:3065' }, ]; async function checkService(service: { name: string; url: string }): Promise { diff --git a/docker/prometheus/prometheus.yml b/docker/prometheus/prometheus.yml index e70b1958b..dbb9e6a3a 100644 --- a/docker/prometheus/prometheus.yml +++ b/docker/prometheus/prometheus.yml @@ -243,6 +243,17 @@ scrape_configs: - https://mana.how/habits - https://mana.how/guides - https://mana.how/inventory + - https://mana.how/body + - https://mana.how/journal + - https://mana.how/dreams + - https://mana.how/firsts + - https://mana.how/cycles + - https://mana.how/events + - https://mana.how/finance + - https://mana.how/places + - https://mana.how/who + - https://mana.how/news + - https://mana.how/mail - https://mana.how/playground # Standalone games (separate containers) - https://whopxl.mana.how