Peter Nguyen

Results 4 comments of Peter Nguyen

I followed the instructions here: https://opentelemetry.io/blog/2022/instrument-apache-httpd-server/#installing-opentelemetry-module-in-target-system ``` git clone https://github.com/open-telemetry/opentelemetry-cpp-contrib cd opentelemetry-cpp-contrib/instrumentation/otel-webserver-module ``` This is the error I get when I run `docker-compose --profile centos7 build`: ``` => ERROR [29/34]...

On Ubuntu 20.04 and I had to also install `libicu55`: ``` sudo add-apt-repository "deb http://security.ubuntu.com/ubuntu xenial-security main" sudo apt-get update sudo apt-get install libicu55 ``` However, I'm having trouble with...

Just wondering if version 3.2 will be packaged for Windows (64-bit) soon? Version 3.1 is nice, it's just a bit annoying to changing the encoding every time I open a...

I tried building `opentelemetry-webserver-sdk-x64-linux.tgz` over the weekend myself and can confirm the `ApacheModuleOtelExporterHeaders` is also not working for me.