Tornex.PromExPlugin (Tornex v0.3.0)

View Source

PromEx 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.