Lalit Kumar Bhasin
Lalit Kumar Bhasin
@maxgolov Do you have plan to mark it for review, or else close if this is not valid ?
@yulin-li The build script already supports building shared library for 1ds as [here](https://github.com/microsoft/cpp_client_telemetry/blob/974c581854d4f6d72a3f889b5520e0e08ba96d86/build.sh#L49). So, something like this should work: ```bash $ export CMAKE_OPTS='-DBUILD_SHARED_LIBS=ON' $ ./build-tests.sh release ```
> oh thanks, let me revert the changes in `build-test.sh`. I think it's still worth to keep the `find_package` updates. This would be a problem if we install sqlite3 from...
@yulin-li - let us know if the PR is still valid ?
- OTEL Rust has logging bridge implementation for the [tokio-tracing](https://github.com/tokio-rs/tracing) library which is the most widely used logging framework in the Rust community - https://github.com/open-telemetry/opentelemetry-rust/tree/main/opentelemetry-appender-tracing - OTel C++ doesn't have...
@shivpratap1992 Can this PR be closed?
@k-bren - Can't access to above repo for integration code. Correct me if wrong, but the MIP SDK uses custom HTTP client library configured through 1ds-sdk C-API. The timeout value...
`otel-cpp` decided against keys de-duplication to prioritize performance, under the assumption that backend/platform-specific de-duplication needs would be addressed within their exporters.
otel-rust added a similar method under feature flag - https://github.com/open-telemetry/opentelemetry-rust/pull/1147 otel-cpp also has a similar approach - https://github.com/open-telemetry/opentelemetry-cpp/blob/07f6cb54ece56691dbd2a94b0cbeec722ff6a631/api/include/opentelemetry/logs/logger.h#L259
@duncanpo I am sure I am doing something wrong, as multiple people have reported it. I just used the attached foo_library, and can see the attributes getting generated: ``` ./metrics_ostream_example...