diff --git a/infra/jobs/station/jupyter.levant.nomad b/infra/jobs/station/jupyter.levant.nomad
index 19b91aebb475e6fd39ac58ed22c95bc351384191..003c9984d25e41e3aaa2ad6255d55c57001de81b 100644
--- a/infra/jobs/station/jupyter.levant.nomad
+++ b/infra/jobs/station/jupyter.levant.nomad
@@ -16,10 +16,15 @@ job "jupyter" {
     }
 
     service {
+      tags = ["scrape"]
       name = "jupyter"
       port = "8888"
       task = "jupyter"
-      address_mode="alloc"
+      address_mode = "alloc"
+
+      meta {
+        metrics_path = "/jupyter/metrics"
+      }
     }
 
     task "jupyter-lab" {