Versions in this module Expand all Collapse all v1 v1.6.0 Jul 29, 2026 Changes in this version + func IsTransientAPIError(err error) bool + func RetryWithExponentialBackoff(ctx context.Context, fn func() error) error v1.5.2 Mar 19, 2026 Changes in this version + func CreateTcpdumpHookIfEnabled() *backenddisruption.TcpdumpSamplerHook + func FindOverlap(intervals monitorapi.Intervals, overlapsWith monitorapi.Interval) monitorapi.Intervals + func IntervalsOverlap(interval1, interval2 monitorapi.Interval) bool + func MoveTcpdumpToStorage(tcpdumpHook *backenddisruption.TcpdumpSamplerHook, storageDir string) + func StopTcpdumpCollection(tcpdumpHook *backenddisruption.TcpdumpSamplerHook) + func SystemdJournalLogTime(logLine string, year int) time.Time