Skip to content

Commit c649197

Browse files
committed
chore: add Distributed monitoring plugin to Promex
1 parent 0de1301 commit c649197

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lib/realtime/monitoring/prom_ex.ex

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
defmodule Realtime.PromEx do
22
alias Realtime.Nodes
33
alias Realtime.PromEx.Plugins.Channels
4+
alias Realtime.PromEx.Plugins.Distributed
45
alias Realtime.PromEx.Plugins.OsMon
56
alias Realtime.PromEx.Plugins.Phoenix
67
alias Realtime.PromEx.Plugins.Tenant
@@ -73,7 +74,8 @@ defmodule Realtime.PromEx do
7374
{OsMon, poll_rate: poll_rate},
7475
{Tenants, poll_rate: poll_rate},
7576
{Tenant, poll_rate: poll_rate},
76-
{Channels, poll_rate: poll_rate}
77+
{Channels, poll_rate: poll_rate},
78+
{Distributed, poll_rate: poll_rate}
7779
]
7880
end
7981

0 commit comments

Comments
 (0)