chore (metric): enable ecto and absinthe
This commit is contained in:
parent
168ca704cd
commit
060ade05eb
@ -61,12 +61,12 @@ defmodule Wabanex.PromEx do
|
|||||||
[
|
[
|
||||||
# PromEx built in plugins
|
# PromEx built in plugins
|
||||||
Plugins.Application,
|
Plugins.Application,
|
||||||
Plugins.Beam
|
Plugins.Beam,
|
||||||
# {Plugins.Phoenix, router: WabanexWeb.Router, endpoint: WabanexWeb.Endpoint},
|
# {Plugins.Phoenix, router: WabanexWeb.Router, endpoint: WabanexWeb.Endpoint},
|
||||||
# Plugins.Ecto,
|
Plugins.Ecto,
|
||||||
# Plugins.Oban,
|
# Plugins.Oban,
|
||||||
# Plugins.PhoenixLiveView,
|
# Plugins.PhoenixLiveView,
|
||||||
# Plugins.Absinthe,
|
Plugins.Absinthe
|
||||||
# Plugins.Broadway,
|
# Plugins.Broadway,
|
||||||
|
|
||||||
# Add your own PromEx metrics plugins
|
# Add your own PromEx metrics plugins
|
||||||
@ -87,12 +87,12 @@ defmodule Wabanex.PromEx do
|
|||||||
[
|
[
|
||||||
# PromEx built in Grafana dashboards
|
# PromEx built in Grafana dashboards
|
||||||
{:prom_ex, "application.json"},
|
{:prom_ex, "application.json"},
|
||||||
{:prom_ex, "beam.json"}
|
{:prom_ex, "beam.json"},
|
||||||
# {:prom_ex, "phoenix.json"},
|
# {:prom_ex, "phoenix.json"},
|
||||||
# {:prom_ex, "ecto.json"},
|
{:prom_ex, "ecto.json"},
|
||||||
# {:prom_ex, "oban.json"},
|
# {:prom_ex, "oban.json"},
|
||||||
# {:prom_ex, "phoenix_live_view.json"},
|
# {:prom_ex, "phoenix_live_view.json"},
|
||||||
# {:prom_ex, "absinthe.json"},
|
{:prom_ex, "absinthe.json"}
|
||||||
# {:prom_ex, "broadway.json"},
|
# {:prom_ex, "broadway.json"},
|
||||||
|
|
||||||
# Add your dashboard definitions here with the format: {:otp_app, "path_in_priv"}
|
# Add your dashboard definitions here with the format: {:otp_app, "path_in_priv"}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user