Skip to content

Latest commit

 

History

History
executable file
·
44 lines (27 loc) · 854 Bytes

README.md

File metadata and controls

executable file
·
44 lines (27 loc) · 854 Bytes

Debug plugin

It logs event to stderr. Useful for debugging.

It may sample by logging the first N entries each tick. If more events are seen during the same interval, every thereafter message is logged and the rest are dropped.

For example,

- type: debug
  interval: 1s
  first: 10
  thereafter: 5

This will log the first 10 events in a one second interval as-is. Following that, it will allow through every 5th event in that interval.

Config params

interval cfg.Duration


first int


thereafter int

Check the example above for more information.


message string default=event sample

'message' field content. Use it to determine which 'debug' action has written the log.



Generated using insane-doc