Skip to content

Filter Traces by Status in Workbench #1067

@abhinav-m22

Description

@abhinav-m22

Problem

Currently, in the Observability workbench, users can only search for traces by ID or Name. There is no way to filter traces by their execution status (e.g., Running, Completed, Failed). As the number of traces grows, it becomes extremely difficult to find and debug failed workflows or monitor long-running processes without manually scrolling through the entire list.

Proposed Solution

Add a status filter dropdown next to the search bar in the Observability workbench. The dropdown should include options for:

  • All (Default)
  • Running
  • Completed
  • Failed

When a status is selected, the trace list should immediately filter to show only the matching traces.

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