You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: hitless/README.md
+47-8Lines changed: 47 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,23 +49,62 @@ Config: &hitless.Config{
49
49
-**Auto-calculated**: `10 × MaxWorkers`, capped by pool size
50
50
-**Always capped**: Queue size never exceeds pool size
51
51
52
-
## Metrics Hook Example
52
+
## Notification Hooks
53
53
54
-
A metrics collection hook is available in `example_hooks.go` that demonstrates how to monitor hitless upgrade operations:
54
+
Notification hooks allow you to monitor and customize hitless upgrade operations. The `NotificationHook` interface provides pre and post processing hooks:
0 commit comments