opentelemetry-cpp
opentelemetry-cpp copied to clipboard
The OpenTelemetry C++ Client
There are some branches in this repo which aren't covered by a branch protection rule (other than `**/**`). If these are long-term branches, please add a branch protection rule to...
Tracking the follow-up for below comment, and it will remove the requirement on user to define it manually, and utilize CMake to propagate it from the DLL target automatically. https://github.com/open-telemetry/opentelemetry-cpp/pull/3421#pullrequestreview-2849787531
This is for follow-up for below comment https://github.com/open-telemetry/opentelemetry-cpp/pull/3440#discussion_r2104457005
The `*.otprotocol.*` windows CI tests set an `WITH_OTPROTCOL` CMake option that is not used. The tests may not be covering what they intend to. Tests from `ci/do_ci.ps1` setting the option...
Fixes # (issue) ## Changes Please provide a brief description of the changes here. For significant contributions please make sure you have completed the following items: * [ ] `CHANGELOG.md`...
**Describe your environment** I'm on a Windows Server 2022. I use Visual Studio 2022. For the build of the package I'm using [vcpkg](https://github.com/microsoft/vcpkg) and there the latest version 2025.04.09 which...
There is a testing gap for building otel-cpp shared libraries against shared libraries for protobuf and grpc at the moment. Building `opentelemetry-cpp` as shared libraries against newer versions of protobuf...
Test for #3405 - This draft PR is just to demonstrate the current state of building opentelemetry-cpp shared libraries against newer versions of protobuf and grpc. ## Changes - adds...
**Describe your environment** Describe any aspect of your environment relevant to the problem, including your platform, build system, version numbers of installed dependencies, etc. If you're reporting a problem with...
The community vcpkg port has several patches to `opentelemetry-cpp` cmake files: 1. Don't prefer the CONFIG search mode globally and remove the VCPKG_CHAINLOAD_TOOLCHAIN_FILE include - PR: https://github.com/microsoft/vcpkg/pull/41742 - Patch: https://github.com/microsoft/vcpkg/blob/master/ports/opentelemetry-cpp/cmake-quirks.diff...