You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Grant Limberg fbac205e65
add otel library to ext
9 months ago
..
grpc add otel library to ext 9 months ago
ubuntuLatest add otel library to ext 9 months ago
.gitignore add otel library to ext 9 months ago
Dockerfile add otel library to ext 9 months ago
Dockerfile.alpine.base add otel library to ext 9 months ago
Dockerfile.centos add otel library to ext 9 months ago
Dockerfile.debian.deps add otel library to ext 9 months ago
README.md add otel library to ext 9 months ago
build.sh add otel library to ext 9 months ago

README.md

OpenTelemetry library builder

How to use this build script:

The build script build.sh can be used to build OpenTelemetry and it's dependencies within the desired base image. The final image only contains the necessary files in /.

bash build.sh -b alpine -j ${nproc} -g v1.43.2 -o v1.3.0 -t 0.14.1

# copy to current dir
docker create -ti --name otel otel-cpp-<base_image> bash
docker cp otel:/ ./
docker rm -f otel

docker create -ti --name grpc grpc-<base_image> bash
docker cp grpc:/ ./
docker rm -f grpc