mirror of
https://github.com/valitydev/dominant.git
synced 2024-11-06 02:25:17 +00:00
+enable how_are_you (#162)
This commit is contained in:
parent
22dad3f2b8
commit
9de9cf7f9d
@ -83,5 +83,15 @@
|
||||
|
||||
{prometheus, [
|
||||
{collectors, [default]}
|
||||
]}
|
||||
]},
|
||||
|
||||
{how_are_you, [
|
||||
{metrics_publishers, [
|
||||
% {hay_statsd_publisher, #{
|
||||
% key_prefix => <<"dominant.">>,
|
||||
% host => "localhost",
|
||||
% port => 8125
|
||||
% }}
|
||||
]}
|
||||
]}
|
||||
].
|
||||
|
@ -35,6 +35,7 @@
|
||||
{dmt_core , {git, "git@github.com:rbkmoney/dmt_core.git", {branch, "master"}}},
|
||||
{scoper , {git, "https://github.com/rbkmoney/scoper.git", {branch, "master"}}},
|
||||
{erl_health , {git, "https://github.com/rbkmoney/erlang-health.git", {branch, master}}},
|
||||
{how_are_you, {git, "https://github.com/rbkmoney/how_are_you.git", {branch, "master"}}},
|
||||
|
||||
% TODO move to the test profile as soon as compose quirks get fixed
|
||||
{dmt_client, {git, "git@github.com:rbkmoney/dmt_client.git", {branch, "master"}}}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{"1.2.0",
|
||||
[{<<"accept">>,{pkg,<<"accept">>,<<"0.3.5">>},2},
|
||||
{<<"bear">>,{pkg,<<"bear">>,<<"0.8.7">>},3},
|
||||
{<<"bear">>,{pkg,<<"bear">>,<<"0.8.7">>},2},
|
||||
{<<"cache">>,{pkg,<<"cache">>,<<"2.3.3">>},1},
|
||||
{<<"certifi">>,{pkg,<<"certifi">>,<<"2.6.1">>},2},
|
||||
{<<"cg_mon">>,
|
||||
@ -28,7 +28,7 @@
|
||||
{<<"folsom">>,
|
||||
{git,"https://github.com/folsom-project/folsom.git",
|
||||
{ref,"eeb1cc467eb64bd94075b95b8963e80d8b4df3df"}},
|
||||
2},
|
||||
1},
|
||||
{<<"genlib">>,
|
||||
{git,"https://github.com/rbkmoney/genlib.git",
|
||||
{ref,"3e1776536802739d8819351b15d54ec70568aba7"}},
|
||||
@ -37,8 +37,8 @@
|
||||
{<<"hackney">>,{pkg,<<"hackney">>,<<"1.17.4">>},1},
|
||||
{<<"how_are_you">>,
|
||||
{git,"https://github.com/rbkmoney/how_are_you.git",
|
||||
{ref,"8f11d17eeb6eb74096da7363a9df272fd3099718"}},
|
||||
1},
|
||||
{ref,"29f9d3d7c35f7a2d586c8571f572838df5ec91dd"}},
|
||||
0},
|
||||
{<<"idna">>,{pkg,<<"idna">>,<<"6.1.1">>},2},
|
||||
{<<"jsx">>,{pkg,<<"jsx">>,<<"3.1.0">>},1},
|
||||
{<<"metrics">>,{pkg,<<"metrics">>,<<"1.0.1">>},2},
|
||||
|
@ -12,7 +12,8 @@
|
||||
mg_proto,
|
||||
erl_health,
|
||||
prometheus,
|
||||
prometheus_cowboy
|
||||
prometheus_cowboy,
|
||||
how_are_you
|
||||
]},
|
||||
{mod, {dmt_api, []}},
|
||||
{env, []}
|
||||
|
Loading…
Reference in New Issue
Block a user