Incomplete Trace Data (OpenTelemetry + Seq) #6122
-
Environment: Current Setup
Issue: Total request duration shows ~1000ms Expected Behavior: Question: Any help or guidance would be greatly appreciated! Feel free to let me know if you need any more information. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
@RezaBagheri8, it is really hard to say what you can do without understanding what is happening during the login request. Last but not least, you can manually create Spans (Activities) and subscribe to them in you time consuming code. |
Beta Was this translation helpful? Give feedback.
@RezaBagheri8, it is really hard to say what you can do without understanding what is happening during the login request.
You can start with listing all your library dependencies and comparing them with contrib instrumentation libraries. Then you can add them if needed.
When you have a list, you can try to verify if there is no native support for the OpenTelemetry like in NServiceBus.
Last but not least, you can manually create Spans (Activities) and subscribe to them in you time consuming code.