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.