Add observer, prometheus and grafana

This commit is contained in:
2026-04-24 18:20:48 +03:00
parent dad178bd0d
commit e57a2b9768
13 changed files with 1793 additions and 25 deletions

View File

@@ -8,7 +8,8 @@
{jose, "1.11.10"},
{argon2, "1.2.0"},
{meck, "0.9.2"},
{gun, "2.0.0"}
{gun, "2.0.0"},
{prometheus_cowboy, "0.2.0"}
]}.
{shell, [
@@ -25,7 +26,7 @@
{profiles, [
{prod, [
{relx, [
{release, {eventhub, "0.0.1"}, [eventhub, sasl]},
{release, {eventhub, "0.0.1"}, [eventhub, sasl, runtime_tools, os_mon, prometheus_cowboy]},
{include_erts, true},
{extended_start_script, true},
{sys_config, "./src/config/sys.config"}