[DOCS-16407] Investigate changes in SERVER-66796: Expose queueing metrics across Ticketholder implementations Created: 28/Sep/23  Updated: 22/Jan/24

Status: Backlog
Project: Documentation
Component/s: manual, Server
Affects Version/s: None
Fix Version/s: None

Type: Task Priority: Minor - P4
Reporter: Backlog - Core Eng Program Management Team Assignee: Unassigned
Resolution: Unresolved Votes: 0
Labels: backlog, request
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Issue Links:
Documented
documents SERVER-66796 Expose queueing metrics across Ticket... Closed
Participants:
Days since reply: 18 weeks, 6 days ago

 Description   
Original Downstream Change Summary

serverStatus.concurrentTransactions.<read/write> has new metrics not gated by a feature flag. Please note these fields were added in 6.1.0-rc0

"out": total number of tickets checked out at this time
"available": total number of tickets available at this time
"totalTickets": total number of tickets allotted for the system
"addedToQueue": total number of operations waiting for a ticket over the lifetime of the ticketing system
"removedFromQueue": the total number of operations queued
"queueLength": the number of operations queued
"startedProcessing": the cumulative number of tickets that have begun processing (regardless of whether they were queued or retrieved a ticket immediately upon request)
"processing": number of tickets that are in use (calculated as startedProcessing - finishedProcessing)
"finishedProcessing": cumulative number of tickets that have finished processing (regardless of whether they were queued or retrieved a ticket immediately upon request)
"totalTimeProcessingMicros": cumulative time tickets have spent checked out
"canceled": the total number of ticket requests canceled
"newAdmissions": the total number of 'newAdmissions' to the system. A new admission denotes the first time a process admits for a ticket - the number excludes admissions that are restored after yield

Description of Linked Ticket

Right now the ticketholders expose the metrics dependent on the implementation. There are some common metrics that would be of interest across all ticketholders regardless of implementation.


Generated at Thu Feb 08 08:15:19 UTC 2024 using Jira 9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66.