Breaking
This release introduces the new concept of the table traces in ClickHouse that pre-aggregates all required statistics on a pre-computed table. This speeds up operations on traces at scale by orders of magnitude, but old data will not be immediately available.
Instructions:
- Execute clickhouse-client on the target ClickHouse server.
- For docker based deployments:
docker exec -it lmnr-clickhouse-1 clickhouse-client. The name of the container may be slightly different, you can check withdocker ps
- For docker based deployments:
- Go to
frontend/lib/clickhouse/scripts/aggregate_traces_replacing.sql. - Edit the project_id to the one you want to migrate, and optionally set the start_time and end_time.
- If you need to migrate multiple projects, replace the condition
project_id=with something likeproject_id IN ('id-1', 'id-2').
- If you need to migrate multiple projects, replace the condition
- Copy and paste the script into the clickhouse-client terminal.
- Execute the script by pressing Enter.
What's Changed
- Bug fix in realtime by @skull8888888 in #1050
- async stream for real time by @skull8888888 in #1051
- wip: search spans with quickwit by @Rainhunter13 in #1041
- Distributed realtime by @skull8888888 in #1052
- feat: separate authorization and authentication by @olzhik11 in #1045
- columns improvements by @shoqqan in #1053
- bump sentry to fix cookies being sent by @dinmukhamedm in #1057
- feat: autocomplete by @olzhik11 in #1055
- feat: delete unused tag classes columns, fix ui by @olzhik11 in #1059
- search and filter functionality by @shoqqan in #1043
- Events cache by @dinmukhamedm in #1060
- fix cost query in frontend when only total cost's reported by @dinmukhamedm in #1062
- fix: find eval by index by @olzhik11 in #1063
- feat: add meta navigations on table, fix shared trace, fix costs by @olzhik11 in #1064
- feat: fix shared trace, small ui update to calendar, project card by @olzhik11 in #1065
- bump Next.js to resolve critical CVE in react-server-dom-X by @dinmukhamedm in #1068
- Claude SDK Blog by @SamKomesarook in #1066
- blog by @skull8888888 in #1072
- feat: open in sql editor by @shoqqan in #1067
- fix: fix tree view scroll by @olzhik11 in #1074
- feat: update onboarding, remove supabase client, add realtime hook, r… by @olzhik11 in #1075
- Stagehand Post by @SamKomesarook in #1076
- Revert "fix: fix tree view scroll (#1074)" by @olzhik11 in #1079
- improve llm spans view by @shoqqan in #1061
- Lightbox Image by @SamKomesarook in #1082
- wip: fixes metadata query, needs cleanup by @dinmukhamedm in #1084
- unification of events + clusters by @skull8888888 in #1080
- fix clusters link by @skull8888888 in #1086
- Feat/lam 1028 by @olzhik11 in #1083
- fix migrations 11,12, remove event clusters by @dinmukhamedm in #1089
- fix file rename by @skull8888888 in #1095
- fix rabbit connection by @skull8888888 in #1096
- Pg schemas by @dinmukhamedm in #1093
- fix realtime, remove trace dep by @skull8888888 in #1097
- ingest events; instrument quickwit ingest and search functions by @dinmukhamedm in #1058
- feat: cleanup files/deps by @olzhik11 in #1087
- remove the aggregate traces feature flag by @dinmukhamedm in #1088
- unify query engine with prod, remove settings clause by @dinmukhamedm in #1094
- small cleanups, a followup to #1058 by @dinmukhamedm in #1098
- bump versions for dependabot updates by @dinmukhamedm in #1099
New Contributors
- @SamKomesarook made their first contribution in #1066
Full Changelog: v0.1.26...v0.1.27