Skip to content

Releases: jaegertracing/jaeger-ui

Jaeger UI v1.13.0

23 Feb 02:19
a922b6a
Compare
Choose a tag to compare

Enhancements

  • General: Generic web analytics tracking implementation (@th3M1ke in #681)

  • General: Rearrange nav controls (@yoave23 in #676)

  • General: Change UI configuration to a Javascript file (@th3M1ke in #677)

  • Trace detail: Display references unless it's a single CHILD_OF (@yurishkuro in #672)

Jaeger UI v1.12.0

14 Nov 17:07
1d0330d
Compare
Choose a tag to compare

Enhancements

Fixes

Jaeger UI v1.11.0

29 Sep 02:29
fd21606
Compare
Choose a tag to compare

v1.11.0 (September 28, 2020)

Enhancements

  • Trace stats: Improve styling of trace statistics selectors (@rubenvp8510) in #639

Fixes

  • General: Add coverage around existing TraceName component (@tklever in #626)

  • Trace detail: Fixes TraceTimelineViewer span details render regression (@rubenvp8510) in #629

Jaeger UI v1.10.0

25 Aug 13:54
5b4ca26
Compare
Choose a tag to compare

v1.10.0 (August 25, 2020)

Enhancements

  • Trace stats: Added view for showing detailed trace statistics (@fylip97 in #506)

Fixes

  • General: Additional Test Coverage around TimelineViewingLayer (@tklever in #617)

  • General: Archive notifier tests (@tklever in #619)

  • General: Refactor SpanGraph.UNSAFE_componentWillReceiveProps (@tklever in #613)

  • General: Remove UNSAFE_componentWillMount lifecycle methods (@tklever in #611)

  • General: Migrate ArchiveNotifier from UNSAFE_componentWillReceiveProps (@tklever in #614)

  • General: refactor UNSAFE_componentWillReceiveProps to use componentDidUpdate (@tklever in #612)

  • General: clear console errors (proptype violations) from CLI output (@tklever in #615)

  • General: add unit coverage for component TraceIDSearchInput (@tklever in #616)

  • General: update legacy react lifecycle methods to indicate unsafe status (@tklever in #610)

  • General: Render seconds in dark color, millis in light (@yurishkuro in #605)

  • Trace detail: Tweak css definition for span tree offset color (@everett980 in #604)

  • Trace detail: span bar row size fix (@vankop in #599)

  • General: Fixed missing 'types/node' dependency (@objectiser in #603)

  • General: Update lodash from 4.17.15 to 4.17.19 (@objectiser in #598)

  • Trace quality: Allow customizing trace quality menu title (@yurishkuro in #592)

  • Trace detail: Avoid the horizontal scrollbar (KeyValueTable) (@smanolloff in #586)

  • Trace detail: Don't rely on json-markup for non-json strings (@smanolloff in #587)

  • Trace detail: Avoid resize on mouse hover (KeyValueTable) (@smanolloff in #584)

  • Trace quality: Change QualityMetrics lookback param to hours (@everett980 in #581)

  • Trace quality: Make detailscard table columns filterable (@everett980 in #580)

  • Trace quality: Test quality metrics and DetailsCard (@everett980 in #577)

Release 1.9.0

14 May 09:38
a477b09
Compare
Choose a tag to compare

Enhancements

  • Deep Dependency Graph: Trace quality view & Ddg Decorations (#564, @everett980)

Fixes

  • Trace detail: Improve get trace name performance (#574, @everett980)
  • Deep Dependency Graph: Support client versions table in details card (#568, @everett980)
  • General: Clean up getTraceName memoization (#573, @everett980)
  • Trace detail: Memoize getTraceName to improve render time by 3x (#572, @everett980)
  • General: Fix uiFind matches for spans with leading 0s (#567, @everett980)
  • Trace detail: Fix leading 0s breaking row interactions (#566, @everett980)
  • Deep Dependency Graph: Remove kind.server filter and validate the case of service calling itself (#557, @rubenvp8510)
  • General: Bump https-proxy-agent from 2.2.1 to 2.2.4 (#561, @dependabot[bot])
  • General: Bump lodash to 4.17.15 (#559, @rubenvp8510)
  • Deep Dependency Graph: Dedupled search results DDG paths (#558, @rubenvp8510)
  • General: Bump acorn from 5.7.3 to 5.7.4 (#545, @dependabot[bot])
  • General: Usage of a helper for trace name when preparing trace data (#544, @swapster)
  • Deep Dependency Graph: Add path agnostic decorations action & reducer (#549, @everett980)
  • Trace comparison: Refactor model/trace-dag to prep for latency diffs (#521, @tiffon)

Release 1.8.0

12 Mar 19:44
5f86618
Compare
Choose a tag to compare

Enhancements

Fixes

Jaeger UI v1.7.0

21 Feb 21:38
916b2ae
Compare
Choose a tag to compare

v1.7.0 (February 21, 2020)

Enhancements

  • Search: Configure search.maxLimit (@GabrielDyck in #511)

  • Google Analytics: Add ga dimension for config cookie (@everett980 in #515)

  • Deep Dependency Graph: Fix search results DDG path ordering (@everett980 in #504)

  • Google Analytics: Track trace alt views (@everett980 in #512)

  • Deep Dependency Graph: Add adblocker and 0/single node disclaimers (@everett980 in #502)

  • Deep Dependency Graph: Add ddg menu item, fetch server ops, expand GA cov (@everett980 in #501)

Fixes

  • Plexus: Fix #523 - Arrows are huge on Chrome Canary (Time sensitive) (@tiffon in #524)

Jaeger UI v1.6.0

16 Dec 17:54
d02881b
Compare
Choose a tag to compare

Enhancements

  • Trace detail: Jaeger UI visualizing span with multiple parents (@rubenvp8510 in #477)

  • Trace detail: Support trace-scoped external links similar to tag links ( @rubenvp8510 in #480)

  • Trace detail: Sort span tags in alphabetical order (@nabam in #489)

  • Deep Dependency Graph: Ddg optional operation (@everett980, #488)

  • Deep Dependency Graph: Ddg node vis interactions (@everett980 in #483)

Fixes

  • General: Fixes Jaeger UI broken when accessing via IPv6 address (@MaheshGPai in #494)

Jaeger UI v1.5.0

06 Nov 20:43
df4c897
Compare
Choose a tag to compare

v1.5.0 (November 4, 2019)

Enhancements

  • Deep Dependency Graph: Implement Service-Oriented Deep Dependency Graph (DDG) (@tiffon and @everett980 in #481)

  • Deep Dependency Graph: Derive DDG from search results (@rubenvp8510 in #445)

  • Configuration: Allow ui-config.json to specify script tags which are added to UI body (@everett980 in #455)

  • Plexus: Sequester zoom concerns to ZoomManager (@tiffon in #409)

  • Plexus: Support multiple layers of nodes and edges (@tiffon in #482)

  • Google Analytics: Track filter interactions on trace detail page (@everett980 in #470)

Fixes

Jaeger UI v1.4.0

31 Aug 19:34
6f78c8d
Compare
Choose a tag to compare

Enhancements

Fixes

Documentation

  • Plexus: Add a real README for plexus (@tiffon in #425)

Chores & Maintenance

  • Codebase: Add an ESLint rule requiring the names of interfaces to be prefixed with "I" (@tiffon in #411)

  • General: Fix typo on README file (@leogomes in #402)