Technical Dashboard Widget
Definition
The Technical Dashboard is a widget that allows administrators to view all distributed batches in a technical overview.
It is a Self-only active widget. Its purpose is to monitor the platform's status.

Configuration
Properties
Property name | Type | Mandatory | Description | Values (default value in bold) |
|---|---|---|---|---|
counterColor |
| NO | A Metronic theme CSS color for the counter number (ex: “dark”) or a HEX color (ex: “#333333). | dark |
borderColor |
| NO | A Metronic theme CSS color for the counter border (ex: “dark”) or a HEX color (ex: “#333333). | grey |
Example
<widget id="technical-dashboard-widget" xsi:type="ctdbum:TechnicalDashboardWidgetType">
<hidden>false</hidden>
<displayOptions>
<modalSize>LG</modalSize>
</displayOptions>
<config>
<bordered>false</bordered>
<title>true</title>
<display>
<counter>
<borderColor>#CBD4E0</borderColor>
<counterColor>#5A6C88</counterColor>
</counter>
</display>
</config>
</widget>
Use
The Technical Dashboard widget is separated into two tabs: Live and History.
1) Live tab
Counters
The "counter" section corresponds to the Rate Limiting Metrics. We display the latest values collected in real time.

Counters view: Effective Moderator and Load
List
The "list" section displays Distributed Batches. We show the monitoring of batches currently being executed.


List view: For each Batch, we display all this information
2) History tab
XY Chart
XY Chart currently being implemented
Gantt Chart
Gantt Chart currently being implemented