Closed dinmukhamedm closed 2 weeks ago
[!IMPORTANT] Enhance span_type filtering by implementing FromStr for SpanType, updating query handling, and modifying frontend SQL casting. Behavior: Implement FromStr for SpanType in spans.rs to parse string inputs for span types. Update add_filters_to_traces_query() in trace.rs to handle top_span_type using SpanType parsing. Modify GET function in route.ts to cast span_type values correctly in SQL queries. Misc: Add castType to FilterDef in modifiers.ts to support type casting in SQL filters. Adjust ordinal values in seed.json for consistency. This description was created by for 31256e8cf1a3944126d3a4f1987666f0682e05c7. It will automatically update as commits are pushed.
[!IMPORTANT] Enhance span_type filtering by implementing FromStr for SpanType, updating query handling, and modifying frontend SQL casting.
span_type
FromStr
SpanType
spans.rs
add_filters_to_traces_query()
trace.rs
top_span_type
GET
route.ts
castType
FilterDef
modifiers.ts
ordinal
seed.json
This description was created by for 31256e8cf1a3944126d3a4f1987666f0682e05c7. It will automatically update as commits are pushed.