Justin McCann
Justin McCann
I find it difficult to find the test log output when using the Meson test controller; maybe I'm not looking for it in the right place. When I've run the...
See https://github.com/open-telemetry/opentelemetry-cpp/blob/v1.16.0/CHANGELOG.md#1160-2024-06-21 for details on the v1.16.0 changes. Fixes #465.
On socket failure, re-initialize the address info. Along with #468, this triggers a new DNS lookup. To prevent immediate retries that quickly exhaust the retry count, add a retry_delay_ms to...
Release v1.16.0 of opentelemetry-cpp includes PR https://github.com/open-telemetry/opentelemetry-cpp/pull/2664, which removes ABI 2 access for several methods. Two of them are called or mocked in * exporters/fluentd/test/trace/fluentd_recordable_test.cc * instrumentation/otel-webserver-module/test/unit/mocks/mock_OpenTelemetry.h A description of...