open-telemetry / open-telemetry/opentelemetry-cpp-contrib
The version defined in fluentd CMakeLists not match the version in CHANGELOG
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 153
- Forks
- 184
- Avg merge
- 2d 9h
- Merged PRs (30d)
- 26
Description
Steps to reproduce
- The version defined in fluentd CMakeLists is
1.1.2 - The version in CHANGELOG is
[2.0.0] 2023-06-30
What is the expected behavior?
set(OPENTELEMETRY_CPP_FLUENTD_VERSION "2.0.0")
What is the actual behavior?
set(OPENTELEMETRY_CPP_FLUENTD_VERSION "1.1.2")
Additional context
What's more, we should support versioned libs since opentelemetry-cpp has such behavior.
Could i raise a PR to address this issue?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with exporters/fluentd/CMakeLists.txt at the OPENTELEMETRY_CPP_FLUENTD_VERSION definition and compare it with exporters/fluentd/CHANGELOG.md. Confirm the intended 2.0.0 value and inspect the existing opentelemetry-cpp versioning behavior mentioned in the issue. Done means the Fluentd version metadata agrees and the requested versioned-library support is addressed or clearly scoped.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cmake, cpp
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100