Open cblock opened 7 years ago
I think you need to subscribe to it:
config(:exometer_core,
report: [
reporters: [
{:exometer_report_tty, []}
],
subscribers: [
{
:exometer_report_tty,
[:erlang, :memory], ~w(atom binary ets processes total)a, 1_000, true
}
]
],
# rest of config here...
Hi!
I'm just wondering how I might access predefined exomter reports. I tried to add a
predefined
section to the config but that didn't work: