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

Commit

Permalink
vendor: Update kata agent for gRPC tracing
Browse files Browse the repository at this point in the history
Update the agent vendoring for the new `NewAgentClient()` API - the
agent client code will enable gRPC tracing when passed a context
containing an opentracing span.

Agent client code changes:

    6d26d61 client: Add context parameter and enable tracing support

Fixes #640.

Signed-off-by: James O. D. Hunt <[email protected]>
  • Loading branch information
jodh-intel committed Aug 24, 2018
1 parent ed6f715 commit 7785352
Show file tree
Hide file tree
Showing 12 changed files with 653 additions and 6 deletions.
13 changes: 11 additions & 2 deletions Gopkg.lock

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

2 changes: 1 addition & 1 deletion Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@

[[constraint]]
name = "github.com/kata-containers/agent"
revision = "cd8f37b29332cbc081f00e4186c59944a79574fd"
revision = "46396d205bf096db4e69fcfa319525858ce8050c"

[[constraint]]
name = "github.com/containerd/cri-containerd"
Expand Down
27 changes: 27 additions & 0 deletions vendor/github.com/grpc-ecosystem/grpc-opentracing/LICENSE

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

23 changes: 23 additions & 0 deletions vendor/github.com/grpc-ecosystem/grpc-opentracing/PATENTS

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

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

Loading

0 comments on commit 7785352

Please sign in to comment.