Skip to content

Feature: Jump to Trace from Log Details #1095

@abhinav-m22

Description

@abhinav-m22

Problem

When someone is debugging an issue in the Logs view and identifies a problematic log entry, they may want to investigate the full trace associated with it. Currently, the Trace ID displayed in the Log Detail sidebar is just plain text. To view the trace, the user has to:

  1. Manually select and copy the Trace ID.
  2. Navigate to the Tracing tab.
  3. Paste the ID into the search bar. This manual context switching adds friction to the debugging workflow.

Proposed Solution

Make the Trace ID in the LogDetail sidebar an interactive link or button.

When clicked, it should:

  1. Navigate the user to the Tracing tab.
  2. Automatically set the search filter to that Trace ID.
  3. (Ideally) Select/expand that specific trace in the list.

Alternatives Considered

No response

Additional Context

No response

Willing to Help Implement?

  • I would like to work/help with this

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions