Commit graph

5 commits

Author SHA1 Message Date
Sergey A. Osokin
0b9db0ace8 Update the module's configuration...
to resolve the following error during the load module on nginx'
start up: undefined symbol "_z11initgrpclogv"
2024-04-06 14:40:56 -04:00
Sergey A. Osokin
1222d0617e Simplify build:
- remove needless src/modules.c, that generates by nginx build system
- rename the module's source file to src/ngx_otel_module.cpp
2023-09-19 20:33:07 -04:00
Sergey A. Osokin
dc52126d09 WIP: make nginx-otel module cmake-free
Use `s/gHttpModule/ngx_otel_module/g' to make the module
linkable.
Update library dependency list with `-lgrpc++' to fix build.
2023-09-17 15:48:25 -04:00
Sergey A. Osokin
f58abc0101 WIP: make nginx-otel module cmake-free
The proposal of this change is to remove cmake(1) from the module
build process.
2023-09-16 12:52:34 -04:00
Pavel Pautov
38e48ff778 Add interface for Nginx build system. 2023-06-13 16:59:02 -07:00