Update all TicketingSystem implementations to report statistics in a consistent format

XMLWordPrintableJSON

    • Type: Task
    • Resolution: Duplicate
    • Priority: Major - P3
    • None
    • Affects Version/s: None
    • Component/s: None
    • None
    • Catalog and Routing
    • CAR Team 2025-10-13
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      The goal of this ticket is to make all TicketingSystem implementations report stats using the following structure:

      queues:
      	execution:
      		read:
      			exempt:  { ... }
      			lowPriority: { ... }
      			normalPriority: { ... }
      		write:
      			exempt:  { ... }
      			lowPriority: { ... }
      			normalPriority: { ... }
      

      If a category (e.g., lowPriority) does not exist, it should still be included and filled with 0s. This change will improve T2 usability and debuggability when users adjust the storage engine concurrency algorithm at runtime.

            Assignee:
            Marcos José Grillo Ramirez
            Reporter:
            Pol Pinol
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: