You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Stefan Egli (Jira)" <ji...@apache.org> on 2023/06/05 13:24:00 UTC

[jira] [Created] (SLING-11901) Extend job metrics

Stefan Egli created SLING-11901:
-----------------------------------

             Summary: Extend job metrics
                 Key: SLING-11901
                 URL: https://issues.apache.org/jira/browse/SLING-11901
             Project: Sling
          Issue Type: Task
          Components: Event
    Affects Versions: Event 4.3.12
            Reporter: Stefan Egli


Below is a list of additional metrics to add to sling.event on top of what SLING-8665 already added earlier:

* a gauge for number of configured queues
* a gauge for number of queues that have currently queued jobs
* a gauge for number of queues that have currently running jobs
* a per-queue histogram of waiting time of jobs (current "averageWaitingTime" is total average only)
* a per-queue histogram of durations of ongoing jobs
* a per-queue histogram of durations of finished jobs (current "averageProcessingTime" is total average only)
* a per-queue gauge for number of job retries (as far as available)

Below metric is potentially controversial, as it is implementation specific:
* a per-queue gauge for number of job reassignments




--
This message was sent by Atlassian Jira
(v8.20.10#820010)