Nginx OTel module.
This commit is contained in:
parent
0cce01b3c7
commit
9d3e21194c
8 changed files with 963 additions and 0 deletions
15
README
Normal file
15
README
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue