The OpenTelemetry C/C++ special interest group (SIG) meets regularly. See the OpenTelemetry community repo for information on this and other language SIGs.
See the public meeting notes for a summary description of past meetings. To request edit access, join the meeting or get in touch on Gitter.
TBD
TBD
Everyone is welcome to contribute code to opentelemetry-cpp-contrib via GitHub pull
requests (PRs).
To create a new PR, fork the project in GitHub and clone the upstream repo:
git clone --recursive https://github.com/open-telemetry/opentelemetry-cpp-contrib.gitAdd your fork as a remote:
git remote add fork https://github.com/YOUR_GITHUB_USERNAME/opentelemetry-cpp-contrib.gitCheck out a new branch, make modifications and push the branch to your fork:
git checkout -b feature
# edit files
git commit
git push fork featureOpen a pull request against the main opentelemetry-cpp-contrib repo.
- If the PR is not ready for review, please put
[WIP]in the title, tag it aswork-in-progress, or mark it asdraft. - Make sure CLA is signed and CI is clear.
This section needs to be written.
Please refer to main OpenTelemetry C++ SDK contributing guidelines for more details.