Ehsan Saei
Ehsan Saei
Here is an example: https://github.com/open-telemetry/opentelemetry-cpp/blob/0b1a74c7abd3375ef459b28f6b3536a42cf9e71a/ci/do_ci.sh#L40-L49
@eguzki would this help? https://github.com/kubernetes/ingress-nginx/issues/9811#issuecomment-1555976520
> I've compiled the OpenTelemetry with STL + cpp17 support, and the issue is gone. So it seems the `variant` in Abseil is bogus. Can someone tell me which abseil...
SIG meeting 11.03.2024: need a decision on which timeout should be used for shutdown, and if we need to flush the last buffer. would be great to check the implementation...
SIG meeting 03.11.2024: default clang-format from Ubuntu 24.04 will be used.
I'm not sure what you mean with opentracing headers. If you mean the context propagation, at the moment only w3s tracing context is supported. It's possible to support b3 context...
this works with the following config: ```cpp daemon off; error_log /dev/stdout info; load_module /modules_mount/etc/nginx/modules/otel/otel_ngx_module.so; events { worker_connections 1024; } http { opentelemetry on; opentelemetry_operation_name "http"; opentelemetry_config /conf/otel-nginx.toml; access_log /dev/stdout; opentelemetry_capture_headers...
> @esigo from your example, I would expect `my_example_auth` operation to be one span added to the trace. Is my expectation correct? @eguzki yes, it's service-c in the snapshot I...
is your backend instrumented?
@longwuyuan please feel free to /assign OpenTelemetry related issues to me.