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
Official docs is describe below.
New Relic provides OpenTelemetry SDKs for these runtimes. This approach requires a bit more code to integrate.
However sample code is witten by OpenTracing. https://github.com/newrelic/newrelic-lambda-extension/blob/main/examples/sam/dotnet/src/NewRelicExampleDotnet/Function.cs
I think this sample should provide by Opentelemetry.
Already explain above.
If I instrument by Opentracing like sample above , lambda monitoring(by layer , extension) is work correctly?
The text was updated successfully, but these errors were encountered:
New Dotnet support was released with updated examples here
Sorry, something went wrong.
No branches or pull requests
Summary
Official docs is describe below.
However sample code is witten by OpenTracing.
https://github.com/newrelic/newrelic-lambda-extension/blob/main/examples/sam/dotnet/src/NewRelicExampleDotnet/Function.cs
Desired Behavior
I think this sample should provide by Opentelemetry.
Possible Solution
Already explain above.
Additional context
If I instrument by Opentracing like sample above , lambda monitoring(by layer , extension) is work correctly?
The text was updated successfully, but these errors were encountered: