Skip to content

[Metrics] Seat kick metric #1853

@jstanden

Description

@jstanden
Index: features/cerberusweb.core/api/dao/worker.php
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
diff --git a/features/cerberusweb.core/api/dao/worker.php b/features/cerberusweb.core/api/dao/worker.php
--- a/features/cerberusweb.core/api/dao/worker.php	(revision 89395fcb1d2a5bd05992ebe8dde2b3bfa476cc3e)
+++ b/features/cerberusweb.core/api/dao/worker.php	(date 1768447050503)
@@ -381,6 +381,9 @@
 			foreach($idle_workers as $idle_worker_id => $idle_worker_after) {
 				$idle_worker = DAO_Worker::get($idle_worker_id);
 				
+				// [TODO] Log the session duration in a metric?
+				// [TODO] Log seat kicks in a metric
+				
 				// Add the session kick to the worker's activity log
 				// {{actor}} logged {{target}} out to free up a license seat.
 				$entry = [

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions