Open skull8888888 opened 1 month ago
Hey @skull8888888, can you provide more detail on it? I would love to work on this. @dinmukhamedm Can I work on this?
@lucky29-git go for it!
So, to provide more context, currently the datatable filters (used in traces, sessions, and spans views) are stored as URL params under the key filter
. It is a stringified array of json filters, where each has keys column
, operator
and value
. We would like to add an ability for users to store a certain filter combination as a preset. Each preset must have a name. The presets must be saved in the localStorage
and can be retrieved using something like a Select
or a ComboBox
component.
Example user flow:
path
=
my_agent.anthropic.chat
and latency
>
1
.anthropic slower than 1s
.anthropic slower than 1s
from the available presetsTo have some data for (2) you might need to observe some code and send it to localhost at grpc_port = 8001. Read more in our docs
Thanks @dinmukhamedm I will onto it, will reach out to you if needed any help.
hi @lucky29-git Are you working on this? If not Please let me know.
Hi @sarthakvijayvargiya, I'll work on this Just needed some time I'm in the middle of my exams right now. Will let you know if needed any help
In Datatable component we have filters. It is really useful to save presets of this filters in the local storage so that they can be applied with one click. For instance in the traces, filter on the certain span paths can be quite handy preset.