Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow deletion of traces for better workspace organisation #282

Open
NasonZ opened this issue Dec 17, 2024 · 1 comment
Open

Allow deletion of traces for better workspace organisation #282

NasonZ opened this issue Dec 17, 2024 · 1 comment
Labels
frontend Requires work in the frontend package good first issue Good for newcomers

Comments

@NasonZ
Copy link

NasonZ commented Dec 17, 2024

Problem

Currently, traces in Laminar are immutable and cannot be deleted. This makes it difficult to maintain an organised workspace as traces accumulate over time.

Use Case

  • Workspace becomes cluttered with outdated traces
  • No way to remove unnecessary or obsolete traces
  • Need to maintain a clean, focused view of relevant traces

Current Workaround

None available - traces cannot be deleted once created

Proposed Solution

Add ability to:

  • Delete individual traces
  • Bulk delete selected traces
  • (Optional) Add confirmation dialog for deletion

Additional Context

While deletion is the primary need, other organisational features like copying or moving traces could be considered for future enhancements to further improve workspace management.

Technical Considerations

  • Consider soft deletion vs permanent deletion
  • Handling of related spans when deleting traces
  • Access controls for deletion permissions
@dinmukhamedm dinmukhamedm added good first issue Good for newcomers frontend Requires work in the frontend package labels Dec 22, 2024
@dinmukhamedm
Copy link
Member

sorry we haven't had time to look at this, but I think somebody shall pick this up soon. If not, I will. @NasonZ by the way, would you please submit a PR to add your issue template as something like 'feature-request.yml'? We'd greatly appreciate that

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
frontend Requires work in the frontend package good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants