ockam icon indicating copy to clipboard operation
ockam copied to clipboard

Elixir: More telemetry is needed

Open mjc opened this issue 4 years ago • 0 comments

We should add telemetry calls to the following areas:

  • outgoing tcp start and end connection
  • TCP.Listener.Handler start (because a connection was established)
  • TCP.Listener.Handler :tcp_closed, data received, exception raised
  • UDP.Listener send, receive, decode success, decode failure

mjc avatar Mar 15 '21 13:03 mjc