Skip to content

Commit 9b7a1fd

Browse files
committed
Add support for OpenTelemetry tracing via OTLP
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 <sgrunert@redhat.com>
1 parent 2521c24 commit 9b7a1fd

File tree

9 files changed

+746
-11
lines changed

9 files changed

+746
-11
lines changed

.github/install-deps

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
set -euo pipefail
33

44
sudo apt-get update
5-
sudo apt-get install capnproto runc
5+
sudo apt-get install capnproto runc protobuf-compiler

0 commit comments

Comments
 (0)