Counters for this category contain information for the Alarm Manager.
Counter definitions
| Name | Key | Description | Version |
| AlarmsCreatedCount | alarmManagerModule.numCreates.name | The total number of alarms created by all asynchronous scopes for this WorkManager | 5.0 and later |
| AlarmsCancelledCount | alarmManagerModule.numCancelled.name | The number of alarms cancelled by the application | 5.0 and later |
| AlarmsFiredCount | alarmManagerModule.numFired.name | The number of alarms fired | 5.0 and later |
| AlarmLatencyDuration | alarmManagerModule.latency.name | The latency of alarms fired in milliseconds | 5.0 and later |
| AlarmsPendingSize | alarmManagerModule.alarmsPending.name | The number of alarms waiting to fire | 5.0 and later |
| AlarmRate | alarmManagerModule.alarmsPerSecond.name | The number of alarms firing per second | 5.0 and later |
| Name | Granularity | Type | Level | Overhead |
| AlarmsCreatedCount | Per WorkManager | CountStatistic | All | High |
| AlarmsCancelledCount | Per WorkManager | CountStatistic | All | High |
| AlarmsFiredCount | Per WorkManager | CountStatistic | All | High |
| AlarmLatencyDuration | Per WorkManager | RangeStatistic | All | High |
| AlarmsPendingSize | Per WorkManager | RangeStatistic | All | High |
| AlarmRate | Per WorkManager | RangeStatistic | All | High |
Related reference
PMI data organization