Slackbot
09/26/2022, 5:55 PMPranay
Eric Rodriguez
09/26/2022, 6:11 PMEric Rodriguez
09/26/2022, 6:14 PMPranay
Pranay
Eric Rodriguez
09/26/2022, 6:34 PMPranay
Vishal Sharma
09/27/2022, 6:13 AMYury Kozlov
01/06/2024, 2:55 AMActivity.Current
with Microsoft.AspNetCore.Hosting.HttpRequestIn
span assigned as parent to all subsequent spans. So siznoz considered this parent span as missing because in my code only "child" spans were submitted to telemetry endpoint (I didn't suspect that they even had any parent).
To get rid of this parent span, I had to disable it on Serilog level in appsettings.json: { "MinimumLevel": { "Override": { "Microsoft.AspNetCore.Hosting": "6" }}}
As a result, signoz started showing my spans as expected without annoying warning.