open-telemetry / open-telemetry/opentelemetry-cpp-contrib
[CI] Upgrade otel-webserver-module CI to opentelemetry-cpp 1.15.0
Open
@aryanishan1001 is already working on this.
Since Apr 25, 2024.
bug
Webserver
- Dominant language
- Python
- Stars
- 153
- Forks
- 184
- Avg merge
- 2d 9h
- Merged PRs (30d)
- 26
Description
Upgrade otel-webserver-module CI to opentelemetry-cpp 1.15.0.
If possible, please use semantic conventions from opentelemetry-cpp, instead of local constants such as:
const std::string kServiceName = "service.name";
as found in SdkConstants.h.
See opentelemetry-cpp header file opentelemetry/sdk/resource/semantic_conventions.h
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.
Assessment
This issue has not been assessed yet.