-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(logfwd): log forwarding implementation II #256
Commits on Aug 2, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ff53051 - Browse repository at this point
Copy the full SHA ff53051View commit details -
Configuration menu - View commit details
-
Copy full SHA for 760e7a4 - Browse repository at this point
Copy the full SHA 760e7a4View commit details -
Errors from the gatherer tomb are not being surfaced to the user, as there is nothing checking tomb.Err(). Additionally, a write/flush failure should not bring down the gatherer - it could be e.g. a temporary outage. Better to log the failures rather than exiting the main loop.
Configuration menu - View commit details
-
Copy full SHA for 6e03c0c - Browse repository at this point
Copy the full SHA 6e03c0cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ca3752 - Browse repository at this point
Copy the full SHA 5ca3752View commit details
Commits on Aug 3, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e91f756 - Browse repository at this point
Copy the full SHA e91f756View commit details
Commits on Aug 8, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2f1d967 - Browse repository at this point
Copy the full SHA 2f1d967View commit details -
Configuration menu - View commit details
-
Copy full SHA for ab40a6c - Browse repository at this point
Copy the full SHA ab40a6cView commit details -
Uppercase logGatherer methods (PlanChanged, ServiceStarted, Stop) whi…
…ch are intended for use by other types
Configuration menu - View commit details
-
Copy full SHA for 7e4d212 - Browse repository at this point
Copy the full SHA 7e4d212View commit details -
Configuration menu - View commit details
-
Copy full SHA for b03882b - Browse repository at this point
Copy the full SHA b03882bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 783c3ca - Browse repository at this point
Copy the full SHA 783c3caView commit details -
Stop log manager after service manager
- close ringbuffer on service stop - add some more debug logging
Configuration menu - View commit details
-
Copy full SHA for baabeb2 - Browse repository at this point
Copy the full SHA baabeb2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 04a3354 - Browse repository at this point
Copy the full SHA 04a3354View commit details -
Configuration menu - View commit details
-
Copy full SHA for b35a8b0 - Browse repository at this point
Copy the full SHA b35a8b0View commit details -
pullerGroup.Add: log warning if puller already exists
- add comment about when puller.loop exits
Configuration menu - View commit details
-
Copy full SHA for b31e4be - Browse repository at this point
Copy the full SHA b31e4beView commit details -
rename logPuller.kill to cancel
- extra comment for gatherer final flush ctx
Configuration menu - View commit details
-
Copy full SHA for 01bd92a - Browse repository at this point
Copy the full SHA 01bd92aView commit details -
Configuration menu - View commit details
-
Copy full SHA for ab46d31 - Browse repository at this point
Copy the full SHA ab46d31View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6bae051 - Browse repository at this point
Copy the full SHA 6bae051View commit details
Commits on Aug 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for be25405 - Browse repository at this point
Copy the full SHA be25405View commit details -
Configuration menu - View commit details
-
Copy full SHA for 04de335 - Browse repository at this point
Copy the full SHA 04de335View commit details -
Configuration menu - View commit details
-
Copy full SHA for b39c6d0 - Browse repository at this point
Copy the full SHA b39c6d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5899532 - Browse repository at this point
Copy the full SHA 5899532View commit details
Commits on Aug 14, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2b4f8eb - Browse repository at this point
Copy the full SHA 2b4f8ebView commit details -
add persistent goroutine to pullerGroup tomb
This avoids runtime panic from calling Go after all goroutines have returned. Also, we need to kill the pullerGroup tomb in Stop() to tell the pullerGroup that it's time to shut down.
Configuration menu - View commit details
-
Copy full SHA for 97e7d94 - Browse repository at this point
Copy the full SHA 97e7d94View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9465a3a - Browse repository at this point
Copy the full SHA 9465a3aView commit details
Commits on Aug 15, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 5e77fb3 - Browse repository at this point
Copy the full SHA 5e77fb3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 28d2d51 - Browse repository at this point
Copy the full SHA 28d2d51View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b0d873 - Browse repository at this point
Copy the full SHA 0b0d873View commit details -
Configuration menu - View commit details
-
Copy full SHA for 97c4681 - Browse repository at this point
Copy the full SHA 97c4681View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8863487 - Browse repository at this point
Copy the full SHA 8863487View commit details
Commits on Aug 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c0584ce - Browse repository at this point
Copy the full SHA c0584ceView commit details
Commits on Aug 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 3c92f43 - Browse repository at this point
Copy the full SHA 3c92f43View commit details