#118 Handle FOLLOWS_FROM
reference type
Fix issue processing FOLLOWS_FROM
references to parent spans. Fixes #115.
#110 Fix browser back button not working correctly
Fix bug causing browser back button to not work correctly. Fixes #94.
#107 Embed UI config
The query service can embed custom UI configuration into index.html
, speeding up the initial page load and allowing custom Google Analytics tracking IDs without requiring the UI bundle to be regenerated. This also lays the ground work for other UI configuration scenarios, in the future.
#97 Change to Apache license v.2 and add DCO / CONTRIBUTING.md
#93 Keyboard shortcuts and minimap UX
- Fix #89 - [trace view] Drag and release on timeline header row zooms into respective range
- Fix #23 - [trace view] Navigate and zoom via minimap
- Fix #22 - [trace view] Pan and zoom via keyboard shortcuts
#84 Improve search dropdowns
- Fix #79 - Sort services and operations operations (case insensitive)
- Fix #31 - Filter options based on contains instead of starts with
- Fix #30 - Filter options based on case insensitive match
#78 Custom menu via /api/config with project links as defaults
- Fix #44 - Add configurable, persistent links to the header
- Support for this is WIP in query service
#81 Fix Google Analytics tracking
#77 Fix trace mini-map blurry when < 60 spans
#74 Make left column adjustable in trace detail
#71 [trave view] Mouseover expands truncated text to full length in left column
#68 Virtualized scrolling for trace detail view
- Performance improved for initial loading, expanding span details, text search and scrolling
#53 Refactor trace detail
- Partial fix for #42 - Support URL prefix via homepage in package.json
- Scatterplot dots are sized based on number of spans
- Scatterplot dots mouseover shows trace name
- Clicking span detail left column collapses detail
- Clicking anywhere left of parent span name toggles children visibility
- Clip or hide span bars when zoomed in (instead of flush left)
- Label on span bars no longer off-screen
- Full width of the header is clickable for tags, process, and logs headers (instead of header text, only)
- Horizontal scrolling for wide content (e.g. long log values) (Fix #58)
- Tall content scrolls via entire table instead of single table cell
- Fix #55 - Some tags were not being rendered due to clashing keys (observed in a log message)
- Fix jaegertracing/jaeger#326 - extraneous scrollbars in trace views
- Ticks in span graph made to match trace detail (in number and formatting)
- Fix #49 - Span position in graph doesn't not match its position in the detail