-
Notifications
You must be signed in to change notification settings - Fork 140
New issue
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
Web engine #217
Web engine #217
Conversation
@@ -84,9 +88,9 @@ SdkHelperFactory::SdkHelperFactory( | |||
std::move(sampler) | |||
)); | |||
|
|||
mTracer = mTracerProvider->GetTracer(config->getOtelLibraryName(), libraryVersion); | |||
mTracer = mTracerProvider->GetTracer("C++", libraryVersion); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should be cpp instead? https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/resource/semantic_conventions/README.md#telemetry-sdk
libraryVersion should be of opentelemetry-cpp version. Here, it forwards webserver version.
Also, you need to pull the latest code and check the test failure. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Changing to fit WebEngine Spec (https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/resource/semantic_conventions/webengine.md)