From 49e0f39ca94ff0183973dcc95cb95e375b98ab7a Mon Sep 17 00:00:00 2001 From: Nic Jansma Date: Wed, 29 Oct 2025 04:22:33 -0400 Subject: [PATCH] Config: Read PROM_REPORT_IDS from environment (#398) --- web/lib/potato_mesh/config.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/lib/potato_mesh/config.rb b/web/lib/potato_mesh/config.rb index 57cbf4f..a9be738 100644 --- a/web/lib/potato_mesh/config.rb +++ b/web/lib/potato_mesh/config.rb @@ -201,7 +201,7 @@ module PotatoMesh # # @return [String] comma separated list of report IDs. def prom_report_ids - "" + fetch_string("PROM_REPORT_IDS", "") end # Transform Prometheus report identifiers into a cleaned array.