Skip to content

Monitor

Monitor the event bus. All components can export their own metrics data, which are consumed and processed by listeners.

Refer to here for details.

Example

monitor:
  logger:
    period: 30s
    enabled: true
  listeners:
    filesource: ~
    filewatcher: ~
    reload: ~
    sink: ~    
Back to top