plug_telemetry_server_timing icon indicating copy to clipboard operation
plug_telemetry_server_timing copied to clipboard

Plug for providing Telemetry metrics within browser DevTools

Results 1 plug_telemetry_server_timing issues
Sort by recently updated
recently updated
newest added

I'm seeing multiple entries and also the description is cut off after the first space. Here's my setup: ``` Plug.Telemetry.ServerTiming.install([ {[:phoenix, :endpoint, :stop], :duration, description: "Endpoint Duration"}, {[:phoenix, :router_dispatch, :stop],...