feat: add prom_ex to expose system metrics

This commit is contained in:
Joao P Dubas
2022-04-22 00:53:46 +00:00
parent 423b26db4c
commit 4d1cdc5166
5 changed files with 114 additions and 0 deletions

View File

@@ -43,6 +43,7 @@ defmodule Wabanex.MixProject do
{:phoenix, "~> 1.6.0"},
{:phoenix_ecto, "~> 4.1"},
{:phoenix_live_dashboard, "~> 0.4"},
{:prom_ex, "~> 1.7"},
{:plug_cowboy, "~> 2.0"},
{:postgrex, ">= 0.0.0"},
{:telemetry_metrics, "~> 0.4"},