Represents an object containing all widget data for the dashboard
| Property | Type | Description |
|---|---|---|
| kind | String | Uniquely identifies the object schema type |
| errorsPerOperation | Backend_StatisticChart | Chart showing errors logged per operation over time |
| incomingRequests | Backend_StatisticChart | Chart showing total incoming HTTP requests over time |
| incomingTransactions | Backend_StatisticChart | Chart showing total executed transactions over time |
| mostUsedOperations | Backend_StatisticChart | Chart displaying the most frequently invoked API operations |
| timePerOperation | Backend_StatisticChart | Chart depicting average execution time per operation |
| testCoverage | Backend_StatisticChart | Chart showing automated test execution and coverage metrics |
| mostUsedActivities | Backend_StatisticChart | Chart showing the most active user activity types |
| activitiesPerUser | Backend_StatisticChart | Chart breaking down user activity frequencies |
| userRegistrations | Backend_StatisticChart | Chart tracking user registrations over time |