opentelemetry-cpp-contrib
opentelemetry-cpp-contrib copied to clipboard
This is a proof of concept for adding a top level CMakeLists.txt file to this repo in order to create a versioned `opentelemetry-cpp-contrib` package with components. Goals: 1. Support building...
## Description This PR raised for fix #150, navigate to the issue to get more details. ## Changes - [x] Add new exporter `statsd` under exporters folder. - [x] Add...
**Describe your environment** RedHat Enterprise Linux 8.10 Apache HTTPD Server 2.4.61 **Steps to reproduce** Configure the OTEL Agent using the default configuration. **What is the expected behavior?** Have an option...
I'm trying to figure out how to build ngx_http_opentelemetry_module for version nginx 1.20.1 in Centos 7 and is it possible? From a container with Centos 7 in the downloaded archive...
ngnix module startup messages are logging with 'error', while these are NOT errors. changing these to be logged only when tracing is enabled.
This repository, opentelemetry-cpp-contrib, is a collection of independent contributions. While some contributions are maintained, others need help to stay up to date. Contributions in the following areas are welcome. ##...
**Describe your environment** nginx 1.27.1 **Steps to reproduce** Dockerfile: ```Dockerfile FROM nginx:1.27.1-alpine RUN apk update \ && apk add --no-cache tzdata \ && apk add --no-cache libprotobuf \ && wget...
It seems that to configure it it requires NGINX_VERSION to be supplied, which will download Nginx. I intent to build Nginx from source anyway to add other modules, which means...
As https://github.com/open-telemetry/opentelemetry-cpp-contrib/pull/495 B3 and B3 multi header seems missing to apache module.