Class: Skywalking::Reporter::Protocol
- Inherits:
-
Object
- Object
- Skywalking::Reporter::Protocol
- Defined in:
- lib/skywalking/reporter/protocol.rb
Direct Known Subclasses
Instance Method Summary collapse
Instance Method Details
#report_heartbeat ⇒ Object
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_segment ⇒ Object
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 |