Skip to content

Commit

Permalink
Fixing typo
Browse files Browse the repository at this point in the history
  • Loading branch information
akoutmos committed Aug 8, 2024
1 parent c358232 commit 8b1de3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/prom_ex/plugins/phoenix.ex
Original file line number Diff line number Diff line change
Expand Up @@ -181,10 +181,10 @@ if Code.ensure_loaded?(Phoenix) do

# Event metrics definitions
[
endpoint_info(metric_prefix, opts)
endpoint_info(metric_prefix, opts),
http_events(metric_prefix, opts),
channel_events(metric_prefix, duration_unit, normalize_event_name),
socket_events(metric_prefix, duration_unit),
socket_events(metric_prefix, duration_unit)
]
end

Expand Down

0 comments on commit 8b1de3a

Please sign in to comment.