Skip to content

Commit

Permalink
Update Telemetry installation template (#5503)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbcaprell committed Jul 7, 2023
1 parent aba6989 commit 1b952a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installer/templates/phx_web/telemetry.ex
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 43,7 @@ defmodule <%= @web_namespace %>.Telemetry do
summary("phoenix.socket_connected.duration",
unit: {:native, :millisecond}
),
summary("phoenix.channel_join.duration",
summary("phoenix.channel_joined.duration",
unit: {:native, :millisecond}
),
summary("phoenix.channel_handled_in.duration",
Expand Down

0 comments on commit 1b952a9

Please sign in to comment.