From a2930204690ec71a20625d0302a5414acf797900 Mon Sep 17 00:00:00 2001 From: iotux Date: Mon, 15 Dec 2025 14:08:14 +0100 Subject: [PATCH] Removed leftover from debugging --- server/prometheus.js | 1 - 1 file changed, 1 deletion(-) diff --git a/server/prometheus.js b/server/prometheus.js index 19d4ac197..70daf8ce7 100644 --- a/server/prometheus.js +++ b/server/prometheus.js @@ -34,7 +34,6 @@ class Prometheus { * @returns {Promise} */ static async init() { - PrometheusClient.register.clear(); // Add all available tags as possible labels, // and use Set to remove possible duplicates (for when multiple tags contain non-ascii characters, and thus are sanitized to the same label) const tags = new Set((await R.findAll("tag")).map((tag) => {