Is it possible to show a child span's timestamp instead of span lifetime? #1514
Unanswered
Patchnote-v2
asked this question in
Q&A
Replies: 1 comment 1 reply
-
hey @Patchnote-v2 You are trying this in an interesting way which we have not thought about. Currently, the product is designed around use case where the time duration of the span is more important to the users - so that they can figure out if a step is taking longer time. Hence the time when the event started is not shown prominently in the UI. I am curious, what are you trying to understand by the start time of the event? why is it important to you? Also, is this a reactjs/angular app which you have instrumented with SIgNoz? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm using OpenTelemetry to track user actions on a webpage. This is working fine, but the way the information is presented isn't as useful as I'd like it to be. This is because I don't need to time the child spans, but rather use them as a timestamp of when an even happened. For example, I have the following basic trace that all say
0 ms
:If I focus on the first span, the data is there (
2386 ms
):I'm new to OTel and SigNoz so I'm probably using OTel in the wrong way anyway and perhaps should be using another library entirely. Or perhaps SigNoz simply doesn't support what I'm asking and a different product would do what I want? Some feedback would be much appreciated, if this is the right place to ask!
Beta Was this translation helpful? Give feedback.
All reactions