Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

These will be exposed on the processor-level with topic level (newly added metrics scope by this KIP) with the following tags:

  • type = stream-processor-node-metrics
  • thread-id=[threadId]
  • task-id=[taskId]
  • processor-node-id=[processorNodeId]
  • topic=[topic-name]

...

  1. Including the corresponding -rate metrics alongside the -total metrics, as is often done for Streams metrics. For one thing reporting the cumulative sums should be sufficient for any monitoring service to compute the rate if desired, and furthermore allows that service to have full control over how this rate is defined and computed over what window of time.