From d0a50f684d916704097bf7d78cd7e5b23e9a3ac7 Mon Sep 17 00:00:00 2001 From: Joao P Dubas Date: Sun, 24 Apr 2022 00:42:43 +0000 Subject: [PATCH] chore (metric): enable ecto and absinthe --- lib/wabanex/prom_ex.ex | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/lib/wabanex/prom_ex.ex b/lib/wabanex/prom_ex.ex index 03cc0f3..ba5def6 100644 --- a/lib/wabanex/prom_ex.ex +++ b/lib/wabanex/prom_ex.ex @@ -61,12 +61,12 @@ defmodule Wabanex.PromEx do [ # PromEx built in plugins Plugins.Application, - Plugins.Beam + Plugins.Beam, # {Plugins.Phoenix, router: WabanexWeb.Router, endpoint: WabanexWeb.Endpoint}, - # Plugins.Ecto, + Plugins.Ecto, # Plugins.Oban, # Plugins.PhoenixLiveView, - # Plugins.Absinthe, + Plugins.Absinthe # Plugins.Broadway, # Add your own PromEx metrics plugins @@ -87,12 +87,12 @@ defmodule Wabanex.PromEx do [ # PromEx built in Grafana dashboards {:prom_ex, "application.json"}, - {:prom_ex, "beam.json"} + {:prom_ex, "beam.json"}, # {:prom_ex, "phoenix.json"}, - # {:prom_ex, "ecto.json"}, + {:prom_ex, "ecto.json"}, # {:prom_ex, "oban.json"}, # {:prom_ex, "phoenix_live_view.json"}, - # {:prom_ex, "absinthe.json"}, + {:prom_ex, "absinthe.json"} # {:prom_ex, "broadway.json"}, # Add your dashboard definitions here with the format: {:otp_app, "path_in_priv"}