-
Notifications
You must be signed in to change notification settings - Fork 292
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
[bug] .NET OpenTelemetry SDK 1.9.0 doesn't emit data to AWS X-Ray #2431
Comments
@mraswinc, it will be almost impossible to help if you do not provide something more. The best option to start is Minimal, Reproducible Example. It can be separate repository with exact steps to reproduce/code. Putting your application in docker is always good idea (if it is possible). Application should not contain any non-public, proprietary logic. @ppittle, you can be interested in this issue. |
@Kielek - updated my report with code sample |
@mraswinc - what version of OpenTelemetry.Extensions.AWS are you using? |
I don't think I'm using OpenTelemetry.Extensions.AWS. Here's the packagereference |
@mraswinc - could I trouble you to try with the latest beta versions of those packages?
|
Package
OpenTelemetry.Api
Package Version
Runtime Version
net8.0
Description
I have two .NET Web API projects - one is using 1.9 and another using 1.7. Seems that I couldn't receive telemetry/traces from 1.9 as compared to 1.7.
Steps to Reproduce
Expected Result
X-Ray Traces could be found in AWS Console
Actual Result
Nothing is seen in AWS X-Ray console. However, for project that is using 1.7, the traces can be viewed.
Additional Context
No response
The text was updated successfully, but these errors were encountered: