Skip to content

Commit

Permalink
Add packet counting metric
Browse files Browse the repository at this point in the history
  • Loading branch information
LVala committed Aug 21, 2023
1 parent eba2252 commit ef61593
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/rel_app.ex
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,11 @@ defmodule Rel.App do
measurement: :inbound,
unit: :byte
),
counter(
"turn.allocations.peer_inbound_traffic.packets.total",
event_name: [:allocations, :peer],
measurement: :inbound
),

# telemetry poller
last_value(
Expand Down

0 comments on commit ef61593

Please sign in to comment.