Skip to content

Commit

Permalink
Add support for OpenTelemetry tracing via OTLP
Browse files Browse the repository at this point in the history
This allows using the GRPC endpoint of an OTLP exporter to export
span-based telemetry data directly from conmon-rs.

Signed-off-by: Sascha Grunert <[email protected]>
  • Loading branch information
saschagrunert committed Oct 10, 2022
1 parent 2521c24 commit d667c7f
Show file tree
Hide file tree
Showing 9 changed files with 746 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/install-deps
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
set -euo pipefail

sudo apt-get update
sudo apt-get install capnproto runc
sudo apt-get install capnproto runc protobuf-compiler
Loading

0 comments on commit d667c7f

Please sign in to comment.