Skip to content

Expose JMX metrics for processing speed #49

@blootsvoets

Description

@blootsvoets

There is no reliable way to see how the output generation is performing. We should add metrics to have a better understanding and to monitor this. The following metrics come to mind:

  • isProcessing: whether the service is currently executing something
  • recordsProcessedCount: how many records are being processed. You can use prometheus with rate to get an insight in what the current processing rate is.
  • recordsUnprocessedCount: how many records are currently unprocessed. The baseline for this is only computed at the start of a scan cycle. Probably, this should be baseLineCount - recordsProcessedCountInCurrentBatch.
  • recordsProcessedCountInCurrentBatch
  • etaInCurrentBatch

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions