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
Add logging support for ES_EVENT_TYPE_NOTIFY_PROC_SUSPEND_RESUME (#883)
Add full support for logging process suspend/resume events:
- updated the proto to add a `ProcSuspendResume` message with
instigator, target, and Type enum
- updated enriched types and serializers
- updated the Telemetry map with a new key `kProcSuspendResume`
- updated notifier subscriptions to include the
`NOTIFY_PROC_SUSPEND_RESUME` event
- updated metrics
- updated tests
0 commit comments