Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

Commit

Permalink
tracing: Add OpenTracing support
Browse files Browse the repository at this point in the history
Add OpenTracing [1] support using Jaeger [2]. Full details are provided
in `TRACING.md`.

Fixes #322.

[1] - https://opentracing.io
[2] - https://jaegertracing.io

Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>
  • Loading branch information
jodh-intel committed Nov 16, 2018
1 parent 26952ee commit 90091c8
Show file tree
Hide file tree
Showing 114 changed files with 19,319 additions and 148 deletions.
60 changes: 43 additions & 17 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,7 @@
non-go = true
go-tests = true
unused-packages = true

[[constraint]]
name = "github.com/uber/jaeger-client-go"
version = "2.15.0"
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

* [Debug mode](#debug-mode)
* [Developer mode](#developer-mode)
* [Enable trace support](#enable-trace-support)

This project implements an agent called `kata-agent` that runs inside a virtual machine (VM).

Expand All @@ -20,3 +21,7 @@ See the [developer guide](https://github.com/kata-containers/documentation/blob/
## Developer mode

Adding `agent.devmode` to the guest kernel command line will enable [debug mode](#debug-mode) and also allow the agent process to coredump (disabled by default).

## Enable trace support

See [the tracing guide](TRACING.md).
Loading

0 comments on commit 90091c8

Please sign in to comment.