Nginx OTel module.

This commit is contained in:
Pavel Pautov 2022-11-29 00:17:12 -08:00 committed by Dmitry Plotnikov
parent 0cce01b3c7
commit 9d3e21194c
8 changed files with 963 additions and 0 deletions

15
README Normal file
View file

@ -0,0 +1,15 @@
Building
--------
Install build tools and dependencies:
$ sudo apt install cmake build-essential libssl-dev zlib1g-dev libpcre3-dev
$ sudo apt install pkg-config libc-ares-dev libre2-dev # for gRPC
Configure Nginx:
$ ./configure --with-compat
Configure and build Nginx OTel module:
$ mkdir build
$ cd build
$ cmake -DNGX_OTEL_NGINX_BUILD_DIR=/path/to/configured/nginx/objs ..
$ make