We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
SdkConstants.h
See opentelemetry-cpp header file opentelemetry/sdk/resource/semantic_conventions.h
opentelemetry/sdk/resource/semantic_conventions.h
https://github.com/open-telemetry/opentelemetry-cpp/blob/main/sdk/include/opentelemetry/sdk/resource/semantic_conventions.h
The text was updated successfully, but these errors were encountered:
I will look into it and make the required changes.
Sorry, something went wrong.
aryanishan1001
DebajitDas
No branches or pull requests
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:
as found in
SdkConstants.h
.See opentelemetry-cpp header file
opentelemetry/sdk/resource/semantic_conventions.h
https://github.com/open-telemetry/opentelemetry-cpp/blob/main/sdk/include/opentelemetry/sdk/resource/semantic_conventions.h
The text was updated successfully, but these errors were encountered: