Add single-scope observable metric dispatcher
fralalonde opened this issue · 2 comments
fralalonde commented
For libs and modules that cannot predict where metrics should be sent. Send to AppMetrics and let the actual app wire its observers upon start.
fralalonde commented
In progress, as dispatch
module. Adds global handler hook for late-defined metrics (i.e. from soft config).
Thinking about adding dispatch_metrics!
and aggregate_metrics!
macros.
fralalonde commented
fixed with Proxy