Meters


Overview

Various monitoring meters are automatically created for each Joule component. They cover the actual stream, processors, transports and connected stores.

Stream

The stream monitor provides the observability in to the number of events processed within the processing pipeline as a whole. This is a useful monitor to observe to ensure events are passing through the pipeline successfully and quickly enough.

Processor

Every processor has a set of metrics turned on by default.

If a processor has been provided with a symbolic name within the DSL configuration a bean will be created using this name.

Transport

Every transport has these metrics turned on by default.

If a transport has been provided with a symbolic name within the DSL configuration a bean will be created using this name.

Storage

This is a useful set of metrics to understand the I/O load of a connected store.

If a store has been provided with a symbolic name within the DSL configuration a bean will be created using this name.

Last updated