Skip to content
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

Merged
merged 8 commits into from
Dec 5, 2022
Merged

Web engine #217

merged 8 commits into from
Dec 5, 2022

Conversation

@kpratyus kpratyus requested a review from a team September 30, 2022 14:43
@@ -84,9 +88,9 @@ SdkHelperFactory::SdkHelperFactory(
std::move(sampler)
));

mTracer = mTracerProvider->GetTracer(config->getOtelLibraryName(), libraryVersion);
mTracer = mTracerProvider->GetTracer("C++", libraryVersion);
Copy link
Member

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.

@DebajitDas
Copy link
Member

Also, you need to pull the latest code and check the test failure.

Copy link
Member

@DebajitDas DebajitDas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@kpratyus kpratyus merged commit 79138f3 into open-telemetry:main Dec 5, 2022
@marcalff marcalff added the Webserver This represents the otel-webserver-module in the instrumentation directory label May 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Webserver This represents the otel-webserver-module in the instrumentation directory
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants