We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 231f38d commit 3dc7d9bCopy full SHA for 3dc7d9b
lib/cache/metrics.ex
@@ -1,4 +1,4 @@
1
-if Code.ensure_loaded?(PrometheusTelemetry) do
+if Application.ensure_loaded(:prometheus_telemetry) === :ok do
2
defmodule Cache.Metrics do
3
@moduledoc """
4
Add the following metrics for elixir_cache:
0 commit comments