Skip to content

Commit 9f62455

Browse files
authored
Merge pull request #205794 from sunil-indoria/sindoria-brs-events
Added BRS Events
2 parents ce6407a + d0aca83 commit 9f62455

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

articles/service-fabric/service-fabric-diagnostics-event-generation-operational.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,26 @@ More details on application upgrades can be found [here](service-fabric-applicat
143143
| 23075 | ContainerDeactivated | A container has stopped | Hosting | Informational | 1 |
144144
| 23082 | ContainerExited | A container has exited - Check the UnexpectedTermination flag | Hosting | Informational | 1 |
145145

146+
## BackupRestoreService Events
147+
148+
When BackupRestoreService (BRS) is enabled on an SF Cluster, it exposes events for user triggered and periodic operations to let user understand the status of operations. User triggered operations cover actions like creating a backup policy on cluster, triggering backup on a partition or any other valid action in BRS context. BRS periodically emits status of current active policies at cluster level, information about last backup and upcoming scheduled backup and status of periodic backup at different stages at partition level.
149+
150+
**BackupRestoreService partition events**
151+
152+
| EventId | Name | Description |Source (Task) | Level |
153+
| --- | --- | ---| --- | --- |
154+
| 65305 | BRSInfo | Periodic backup triggered | BackupRestoreService | Informational |
155+
| 65307 | BRSWarning | Incremental backup failed, triggering a full backup | BackupRestoreService | Warning |
156+
| 65309 | BRSError | Periodic backup failed | BackupRestoreService | Error |
157+
158+
**BackupRestoreService cluster events**
159+
160+
| EventId | Name | Description |Source (Task) | Level |
161+
| --- | --- | ---| --- | --- |
162+
| 65306 | BRSInfo | Backup policy created | BackupRestoreService | Informational |
163+
| 65308 | BRSWarning | Backup policy deleted | BackupRestoreService | Warning |
164+
| 65310 | BRSError | AddBackupPolicy failed | BackupRestoreService | Error |
165+
146166
## Health reports
147167

148168
The [Service Fabric Health Model](service-fabric-health-introduction.md) provides a rich, flexible, and extensible health evaluation and reporting. Starting Service Fabric version 6.2, health data is written as Platform events to provide historical records of health. To keep the volume of health events low, we only write the following as Service Fabric events:

0 commit comments

Comments
 (0)