Skip to content

Releases: jaegertracing/jaeger-ui

Jaeger UI v1.19.0

01 Dec 08:47
ad0005f

Choose a tag to compare

Enhancements

  • "Monitor" tab for service health metrics (@th3M1ke in #815). See #2954 for more details.

Fixes

Jaeger UI v1.18.0

06 Nov 01:38
be446bc

Choose a tag to compare

Fixes

  • Fix deep dependency graph not showing in uiEmbed=v0 mode (@leroy-chen in #768)

Jaeger UI v1.17.0

06 Oct 17:22
8507588

Choose a tag to compare

Enhancements

  • Enable regexes and functions in link patterns (@yoave23 in #817)

Jaeger UI release v1.16.0

06 Sep 03:40
3a99ad6

Choose a tag to compare

Enhancements

Fixes

  • Fix trace detail page's back button disappeared ((@shwin0901)[https://github.com/shwin0901] in #805)
  • Various dependency upgrades by dependabot

Jaeger UI v1.15.0

04 Aug 23:00
493a0f1

Choose a tag to compare

Fixes

Jaeger UI v1.14.0

04 Jun 15:07
0d9946b

Choose a tag to compare

Enhancements

  • Make search panel more compact, button more visible (@meenal06 in #724)

Fixes

  • Add null check for span.logs in search/filter-spans (@achesin in #734)
  • Several updates to dependencies.

Jaeger UI v1.13.0

23 Feb 02:19
a922b6a

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

Choose a tag to compare

Enhancements

Fixes

Jaeger UI v1.11.0

29 Sep 02:29
fd21606

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

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)