Class: Skywalking::Reporter::Protocol

Inherits:
Object
  • Object
show all
Defined in:
lib/skywalking/reporter/protocol.rb

Direct Known Subclasses

Grpc

Instance Method Summary collapse

Instance Method Details

#report_heartbeatObject



19
20
21
# File 'lib/skywalking/reporter/protocol.rb', line 19

def report_heartbeat
  raise NotImplementedError 'The report_heartbeat method has not been implemented'
end

#report_segmentObject



23
24
25
# File 'lib/skywalking/reporter/protocol.rb', line 23

def report_segment
  raise NotImplementedError 'The report_segment method has not been implemented'
end