• Clayton Coleman's avatar
    Provide better log output and name for reflectors · 206308ea
    Clayton Coleman authored
    Reflectors started from goroutines are broken because Go doesn't allow
    runtime.Callers to see the spawning goroutine. Do a best effort parse of
    the call stack for now.
    
    Add logging so that we can easily see which reflectors processes launch,
    and measure in logs the frequency of sync intervals.
    206308ea
reflector.go 15.6 KB