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 39419f8837
commit 168ca704cd
5 changed files with 114 additions and 0 deletions

View File

@@ -7,6 +7,8 @@ defmodule Wabanex.Application do
def start(_type, _args) do
children = [
# Start the PromEx supervisor
Wabanex.PromEx,
# Start the Ecto repository
Wabanex.Repo,
# Start the Telemetry supervisor