Packages

Elixometer is a light wrapper around exometer that defines and subscribes metrics automatically to the configured reporter.

Current section

Files

Jump to
elixometer config test.exs
Raw

config/test.exs

use Mix.Config
config(:exometer_core, report: [reporters: [{Elixometer.TestReporter, []}]])
config(:elixometer, update_frequency: 20,
reporter: Elixometer.TestReporter,
env: Mix.env,
metric_prefix: "elixometer")