chore (metric): enable ecto and absinthe

This commit is contained in:
Joao P Dubas 2022-04-24 00:42:43 +00:00
parent 4d1cdc5166
commit d0a50f684d

View File

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