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) => {