Replies: 1 comment
-
I followed this as my guide today: https://anthonysimmon.com/dotnet-aspire-dashboard-best-tool-visualize-opentelemetry-local-dev/ |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Here's an image where I have only 1 real span (that's been redacted in the middle with red) - and around it are a bunch of extra spans. It looks like they are related to trace/infos, but I'm not sure why they are attached to this trace - which is causing the duration to be infinite.
The get requests are going to http://127.0.0.1:8126/info, and post are http://127.0.0.1:8126/v0.4/traces
Beta Was this translation helpful? Give feedback.
All reactions