open-telemetry / open-telemetry/opentelemetry-cpp

[vcpkg] Create a feature for OTel ABI 2.0 in vcpkg

Open
#2,448 7 comments 0 reactions 1 assignee View on GitHub

@ThomsonTan is already working on this.

Since Dec 18, 2023.

Stale triage/accepted
Dominant language
C++
Stars
1.4k
Forks
632
Avg merge
1d 13h
Merged PRs (30d)
75

Description

We build OTel in our CI and want to add a build with cmake and otel abi 2.0. We use vcpkg as a package manager.

My ideal vcpkg.json would look like

    {
      "name": "opentelemetry-cpp",
      "features": [
        "abi-2"
      ]
    }

Is your feature request related to a problem?
No

Describe the solution you'd like
The current vcpkg does not have an otel abi feature (https://github.com/microsoft/vcpkg/blob/42301df395852935d105799de93abf5481f34f1a/ports/opentelemetry-cpp/vcpkg.json)

Describe alternatives you've considered
Building from source.

Additional context
N/A

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.