This repository has been archived by the owner on May 3, 2023. It is now read-only.
Keep compressed logs of retired tracers in a separate data structure #24
Labels
good first issue
Good for newcomers
When the
k8s
subcommand notices that a container is deleted, it keeps thetracelet
for one minute. Directly retire the tracelet without any timeouts after dumping it a final time and store the rendered string compressed in a second list (which has a maximal length, appending if full will push the oldest element out).If the API functions for
dump
,close
etc can't find an active tracelet, they fall back to the list of compressed dumps. The API function forlist
should include the list of compressed dumps.The text was updated successfully, but these errors were encountered: