signoz icon indicating copy to clipboard operation
signoz copied to clipboard

Show Timestamp from Events

Open Natrinicle opened this issue 1 year ago • 2 comments

Is your feature request related to a problem?

Events show up in the correct order but don't display the timestamp when they occurred in the Tags/Events right side panel when a span is selected. I used Jaeger before and it was incredibly helpful to see the timestamp so you could add events without starting a whole new span and still get an idea of where your code is running slowly.

Describe the solution you'd like

Add the event timestamp to the UI, perhaps opposite the event name in the same bar?

Describe alternatives you've considered

Hovering over the event to see the timestamp would also work but would be less efficient to see at a glance. Could also add the timestamp as a footer if that looks better and to ensure it wouldn't interfere with the name if it's long.

Additional context

Span.add_event

Thank you for your feature request – we love each and every one!

Natrinicle avatar Jul 15 '22 17:07 Natrinicle

Thanks for opening this issue. A team member should give feedback soon. In the meantime, feel free to check out the contributing guidelines.

welcome[bot] avatar Jul 15 '22 17:07 welcome[bot]

@Natrinicle that is true. @pranay01 we already have timestamp coming from the backend. We should include timestamp in the design and frontend should be able to display it.

ankitnayan avatar Jul 16 '22 03:07 ankitnayan

I think something like this would be useful

Figma link

gantt-expanded-multiple-events

pranay01 avatar Nov 29 '22 07:11 pranay01

@pranay01 i guess timestamp is not the right keyword maybe (time)?

also can we display the rest of the details in the info icon hover? seems details are going to the next line if we don't want ellipses of the text

Screenshot 2022-12-01 at 3 57 23 PM

palashgdev avatar Dec 01 '22 10:12 palashgdev