Class: Foam::Otel::Ingest::InertLogRecordProcessor
- Inherits:
-
Object
- Object
- Foam::Otel::Ingest::InertLogRecordProcessor
- Defined in:
- lib/foam/otel/ingest.rb
Instance Method Summary collapse
- #force_flush(timeout: nil) ⇒ Object
- #on_emit(_log_record, _context) ⇒ Object
- #shutdown(timeout: nil) ⇒ Object
Instance Method Details
#force_flush(timeout: nil) ⇒ Object
295 |
# File 'lib/foam/otel/ingest.rb', line 295 def force_flush(timeout: nil) = EXPORT_SUCCESS |
#on_emit(_log_record, _context) ⇒ Object
294 |
# File 'lib/foam/otel/ingest.rb', line 294 def on_emit(_log_record, _context) = nil |
#shutdown(timeout: nil) ⇒ Object
296 |
# File 'lib/foam/otel/ingest.rb', line 296 def shutdown(timeout: nil) = EXPORT_SUCCESS |