Files
kata-containers/src/runtime/pkg/katautils
Chelsea Mafrica 6b0dc60dda runtime: Fix ordering of trace spans
A significant number of trace calls did not use a parent context that
would create proper span ordering in trace output. Add local context to
functions for use in trace calls to facilitate proper span ordering.
Additionally, change whether trace function returns context in some
functions in virtcontainers and use existing context rather than
background context in bindMount() so that span exists as a child of a
parent span.

Fixes #1355

Signed-off-by: Chelsea Mafrica <chelsea.e.mafrica@intel.com>
2021-03-16 17:39:28 -07:00
..
2020-11-05 16:04:21 +08:00
2021-03-16 17:39:28 -07:00
2020-04-29 18:39:03 -07:00
2020-04-29 18:39:03 -07:00
2020-11-05 16:04:21 +08:00
2020-11-05 16:04:21 +08:00

Kata utilities packages

The katautils package contains useful functions that are shared by various parts of the codebase, including the runtime and the container v2 shim.