Config: Read PROM_REPORT_IDS from environment (#398)

This commit is contained in:
Nic Jansma
2025-10-29 04:22:33 -04:00
committed by GitHub
parent 625df7982d
commit 49e0f39ca9

View File

@@ -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.