chore (metric): enable ecto and absinthe
This commit is contained in:
parent
4d1cdc5166
commit
d0a50f684d
@ -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"}
|
||||
|
Loading…
x
Reference in New Issue
Block a user