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

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

     [ https://issues.apache.org/jira/browse/SLING-11901?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Joerg Hoh updated SLING-11901:
------------------------------
    Description: 
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 the runtime of ongoing (not yet finished) 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

  was:
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



> 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
>            Priority: Major
>
> 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 the runtime of ongoing (not yet finished) 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)