Module: Datadog::Profiling::Transport::Client
- Includes:
 - Kernel
 
- Included in:
 - HTTP::Client, IO::Client
 
- Defined in:
 - lib/ddtrace/profiling/transport/client.rb
 
Overview
Generic interface for profiling transports
Instance Method Summary collapse
Instance Method Details
#send_profiling_flush(flush) ⇒ Object
      9 10 11  | 
    
      # File 'lib/ddtrace/profiling/transport/client.rb', line 9 def send_profiling_flush(flush) raise NotImplementedError end  |