diff --git a/lib/core.ex b/lib/core.ex index c85b4b2..ef38afc 100644 --- a/lib/core.ex +++ b/lib/core.ex @@ -152,6 +152,7 @@ defmodule TelemetryMetricsPrometheus.Core do @type prometheus_option :: {:metrics, metrics()} | {:name, atom()} + | {:start_async, boolean()} @type prometheus_options :: [prometheus_option()]