WenTao Ou

Results 226 comments of WenTao Ou

`HAVE_ABSEIL` is a C++ macro, not a CMake variable. It should be included using `target_link_libraries(tracer_lib PUBLIC ${COMMON_LIBS} ${OPENTELEMETRY_CPP_LIBRARIES})` in your project. Please check whether `OPENTELEMETRY_CPP_LIBRARIES` includes `opentelemetry-cpp::api` by using `message("OPENTELEMETRY_CPP_LIBRARIES=${OPENTELEMETRY_CPP_LIBRARIES}")`....

> For this particular bug, the fix could be > > ```diff > diff --git a/api/include/opentelemetry/logs/logger_type_traits.h b/api/include/opentelemetry/logs/logger_type_traits.h > index d88a6ffb..83a78c4d 100644 > --- a/api/include/opentelemetry/logs/logger_type_traits.h > +++ b/api/include/opentelemetry/logs/logger_type_traits.h > @@ -47,7...

internalAddress配置错了,要配置成 internalAddress: "10.135.38.101,2406:440:600::1:0:121" 不需要 ip6字段。我改成这样之后并且把 nodeCidrMaskSizeIPv6 设置成 116 之后 OK了

Currently, if we don't detach background threads, `std::thread` resources are only freed during subsequent API calls to `OtlpFileSystemBackend` and `HttpClient`. This causes resource will not be freed until these APIs...

I’ll be on holiday and will add it a few days later if no one else does.

I've been thinking about this issue recently. HTTP has quite a few options, and there may be new option requirements in the future. The current approach is to provide interfaces...

You can import otel-cpp by `add_subdirectory(opentelemetry-cpp_SOURCE_DIR)` after `FetchContent_MakeAvailable(opentelemetry-cpp)`, which just like @dbarker said in If you want to build otel-cpp as a package in Makefile and import it, please consider...

Is this PR not finished yet? All `add_library` calls should consider this new option?

> Thanks @owent. It would be helpful to have API details in the PR description. And possibly an example [here](https://github.com/open-telemetry/opentelemetry-cpp/tree/main/examples/otlp) to understand the usage - as a separate PR if...

Is there any change to include this PR into next release?