JianBo He 2 лет назад
Родитель
Сommit
e0ec050e34
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      apps/emqx_prometheus/rebar.config

+ 1 - 1
apps/emqx_prometheus/rebar.config

@@ -3,7 +3,7 @@
 {deps, [
     {emqx, {path, "../emqx"}},
     {emqx_utils, {path, "../emqx_utils"}},
-    {prometheus, {git, "https://github.com/emqx/prometheus.erl", {branch, "enhance-sample-perf"}}}
+    {prometheus, {git, "https://github.com/emqx/prometheus.erl", {tag, "v4.10.0-emqx-1"}}}
 ]}.
 
 {edoc_opts, [{preprocess, true}]}.