Update usage information metrics for v2024.2 #653
Labels
backend
Requires a change to the API server
frontend
Requires a change to the UI
maintenance
Dependencies, recurring maintenance
Usage information metrics to add/remove/update
Add metrics for the following:
null
. In that case, the branch follows an offline create.SELECT COUNT(DISTINCT "branchId") FROM entity_defs WHERE "branchId" IS NOT NULL AND ("trunkVersion" IS NULL OR "branchBaseVersion" > "trunkVersion")
null
).submission.reprocess
events have there been?4. How many offline updates have been force-processed?5. How long does it take for an entire branch to be processed? Specifically: what is the max amount of time between when the first submission for a branch is received and when the last submission is processed?branchBaseVersion === trunkVersion
). The processing of such updates would never be delayed by the submissions being held in the offline entities backlog, only by a general backlog/build-up in the audit log.Remove the following metrics:
Checklist
The text was updated successfully, but these errors were encountered: