diff --git a/src/metabase/analytics/prometheus.clj b/src/metabase/analytics/prometheus.clj
index f32270a4b7ab99cf0d2297230af9e2f24e18d454..7985e7c6df70cb35d97751cb9f712f1e56de4689 100644
--- a/src/metabase/analytics/prometheus.clj
+++ b/src/metabase/analytics/prometheus.clj
@@ -5,6 +5,7 @@
 
   Api is quite simple: [[setup!]] and [[shutdown!]]. After that you can retrieve metrics from
   http://localhost:<prometheus-server-port>/metrics."
+  (:refer-clojure :exclude [inc])
   (:require
    [clojure.java.jmx :as jmx]
    [iapetos.collector :as collector]
@@ -251,7 +252,6 @@
              (catch Exception e
                (log/warn e (trs "Error stopping prometheus web-server"))))))))
 
-#_{:clj-kondo/ignore [:redefined-var]}
 (defn inc
   "Call iapetos.core/inc on the metric in the global registry,
    if it has already been initialized and the metric is registered."