module Datadog::Profiling::Transport::Client

Generic interface for profiling transports

Public Instance Methods

send_profiling_flush(flush) click to toggle source
# File lib/ddtrace/profiling/transport/client.rb, line 9
def send_profiling_flush(flush)
  raise NotImplementedError
end