Tornex.PromExPlugin (Tornex v0.1.1)
View SourcePromEx plugin for Tornex to export events and metrics to Prometheus.
To add Tornex.PromExPlugin
to your application's PromEx implementation, add Tornex.PromExPlugin
to your list of plugins:
@impl true
def plugins do
[
Plugins.Application,
Plugins.Beam,
Tornex.PromExPlugin
]
end
For more information on setting up PromEx, see the PromEx docs.