+enable how_are_you (#162)

This commit is contained in:
dinama 2021-06-18 12:22:47 +03:00 committed by GitHub
parent 22dad3f2b8
commit 9de9cf7f9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 18 additions and 6 deletions

View File

@ -83,5 +83,15 @@
{prometheus, [
{collectors, [default]}
]}
]},
{how_are_you, [
{metrics_publishers, [
% {hay_statsd_publisher, #{
% key_prefix => <<"dominant.">>,
% host => "localhost",
% port => 8125
% }}
]}
]}
].

View File

@ -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"}}}

View File

@ -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},

View File

@ -12,7 +12,8 @@
mg_proto,
erl_health,
prometheus,
prometheus_cowboy
prometheus_cowboy,
how_are_you
]},
{mod, {dmt_api, []}},
{env, []}