-
Notifications
You must be signed in to change notification settings - Fork 206
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] {PayloadSenderV2} Failed sending event error #1563
Labels
Comments
The error is
which looks to be related to #1520. Can you try running against APM server 7.15.2, @NicolasREY69330? |
The agent should now be sending |
russcam
added a commit
to russcam/apm-agent-dotnet
that referenced
this issue
Nov 15, 2021
This commit updates the Span context destination service name and type to set them to empty string by default. Both fields are marked as obsolete and will be removed in a future version, but need to be sent as empty strings for older APM server compatibility, which validates the presence of these fields. Fixes elastic#1563
gregkalapos
pushed a commit
that referenced
this issue
Nov 15, 2021
…1564) This commit updates the Span context destination service name and type to set them to empty string by default. Both fields are marked as obsolete and will be removed in a future version, but need to be sent as empty strings for older APM server compatibility, which validates the presence of these fields. Fixes #1563
@russcam @gregkalapos thanks well done! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
APM Agent version
The version of the
Elastic.Apm
nuget package used<PackageReference Include="Elastic.Apm.NetCoreAll" Version="1.12.0" />
Environment
Operating system and version:
Windows 10 + WSL2 (Ubuntu) / Docker Desktop
.NET Framework/Core name and version (e.g. .NET 4.6.1, NET Core 3.1.100) :
.net 6
Application Target Framework(s) (e.g. net461, netcoreapp3.1):
.net 6
Describe the bug
From a background worker, when polling my DB with a simple
SELECT * ...
using Dapper (2.0.123) I've got the following error :My compose
To Reproduce
Steps to reproduce the behavior:
Simplified code :
Behavior
With previous version (1.11.1) I get no error
The text was updated successfully, but these errors were encountered: