forked from kata-containers/agent
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add OpenTracing [1] support using Jaeger [2]. Introduces two new gRPC API calls to enable and disable tracing dynamically: `StartTracing()` and `StopTracing()`. Full details of this feature are provided in `TRACING.md`. Updated vendoring for github.com/mdlayher/vsock to resolve hangs using a vsock socket with `grpcServer.Serve()`. Changes: 498f144 Handle return result in Accept test fda437e Fix unblocking after closing listener 4b12813 Add go.mod ce2ff06 vsock: factor out newConn function on Linux d8b0f13 vsock: adjust listener test for nonblocking 7a158c6 vsock: enable timeouts also on listener connections f68ad55 vsock: allow timeouts with Go 1.11 d0067a6 vsock/conn: don't use struct embedding Note: the agent **must** be built with golang 1.11* or newer to ensure correct behaviour. Fixes kata-containers#322. [1] - https://opentracing.io [2] - https://jaegertracing.io Signed-off-by: James O. D. Hunt <[email protected]>
- Loading branch information
1 parent
a10b311
commit 429ebd9
Showing
123 changed files
with
19,948 additions
and
279 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.