Function passed as a handler with ID {BroadwayDashboard.Telemetry, #PID<0.1535.0>} is local function.
This mean that it is either anonymous function or capture of function without module specified. That may cause performance penalty when calling such handler. For more details see note in `telemetry:attach/4` documentation.
https://hexdocs.pm/telemetry/telemetry.html#attach-4
Addresses this warning regarding
:telemetry.attach/4
: