Not sure how to get tracing ingesting to work #2194
-
Here is a sample of a log sent through {
"@t": "2024-05-14T08:09:37.5882985Z",
"@mt": "Sending file. Request path: '{VirtualPath}'. Physical path: '{PhysicalPath}'",
"@tr": "c249130babf90db839df1265014b1ce2",
"@sp": "91c53fab6829c37e",
"VirtualPath": "/_content/Radzen.Blazor/fonts/SourceSansPro-Semibold.woff",
"PhysicalPath": "D:\\Projects\\MED.Framework\\ThirdParty\\radzen-blazor\\Radzen.Blazor\\wwwroot\\fonts\\SourceSansPro-Semibold.woff",
"EventId": {
"Id": 2,
"Name": "FileServed"
},
"SourceContext": "Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware",
"RequestId": "0HN3JTKN4UK22:00000007",
"RequestPath": "/_content/Radzen.Blazor/fonts/SourceSansPro-Semibold.woff",
"ConnectionId": "0HN3JTKN4UK22",
"@sc": "Microsoft.AspNetCore.Hosting.HttpRequestIn",
"@Elapsed": "00:00:00",
"@st": "2024-05-14T08:09:37.5858124Z",
"@ps": "0000000000000000",
"Environment": "Development",
"Application": "MED.Incident.UI.Host",
"Assembly": "MED.Incident.UI.Host",
"AssemblyVersion": "1.0.0.0"
} And here is how it looks like in There are a few things that I don't understand:
If it helps, I've attached the log file (with just these entries): Can someone please explain to me how to use tracing properly? I'm sure there's something obvious I'm not getting, but I just can't figure it out. |
Beta Was this translation helpful? Give feedback.
Answered by
liammclennan
May 14, 2024
Replies: 1 comment 11 replies
-
Hi!
If you're not running 2024.3, you'll need that in order for Hope this helps! Nick |
Beta Was this translation helpful? Give feedback.
11 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@uhfath
@sp
is the span id, so yes the behavior is undefined if many spans have the same span id.