opentelemetry-cpp-contrib
opentelemetry-cpp-contrib copied to clipboard
We are trying to perform a POC to get nginx traces to Elastic APM Server using the grpc protocol. otel agent -- > APM server is not working and giving...
After downloading the otel_ngx_module.so from https://github.com/open-telemetry/opentelemetry-cpp-contrib/actions, it looks like If we use otel_ngx_module.so library with NGINX 1.25.3 version we are getting below error: module "/opt/opentelemetry-cpp-contrib/otel_ngx_module.so" version 1024000 instead of 1025003...
I am running into issue with running nginx along with ngx_http_opentelemetry_module.so on amazon linux v2 aarch64 system. Following this https://opentelemetry.io/blog/2022/instrument-nginx/ and running the container fails with following error. ` [emerg]...
I am using the [otel-webserver-module](https://github.com/open-telemetry/opentelemetry-cpp-contrib/tree/main/instrumentation/otel-webserver-module#otel-webserver-module) and need to gather networking informations from the NGINX proxy. If the proxy acts as a reverse proxy, I need to see which ephemeral port...
**Describe your environment** apache 2.4 docker image otel/opentelemetry-collector:0.88.0 **Steps to reproduce** I'm using Apache 2.4 P server image on top of it we have custom configuration and modules are included...
nginx version: 1.22.0 otel-webserver-module: v1.0.3 nginx log: ``` [libprotobuf ERROR /grpc/third_party/protobuf/src/google/protobuf/wire_format_lite.cc:577] String field 'opentelemetry.proto.common.v1.AnyValue.string_value' contains invalid UTF-8 data when serializing a protocol buffer. Use the 'bytes' type if you intend...
Hi, I'm writing an OpenTelemetry [TracerProvider][2] implementation that is a wrapper around [Datadog's tracing library][1]. My intention is to eventually add support for that provider in this project's `instrumentation/nginx` module....
It looks like the library is supporting till nginx version 1.23.1. If we use this library with higher version we are getting below error `nginx: [emerg] module "/etc/nginx/modules/otel_ngx_module.so" version 1018000...
ngx_http_opentelemetry_init stops working whenever I perform a hot reload ``` nginx -s reload ``` is it expected