jaeger v1.3.0 Release Notes

Release Date: 2018-03-26 // about 6 years ago
  • Backend Changes

    ๐Ÿ†• New Features
    • โž• Add sampling handler with file-based configuration for agents to query (#720) (#674)
    • ๐Ÿ‘ Allow overriding base path for UI/API routes and remove --query.prefix (#748)
    • โž• Add Dockerfile for hotrod example app (#694)
    • ๐Ÿณ Publish hotrod image to docker hub (#702)
    • ๐Ÿณ Dockerize es-index-cleaner script (#741)
    • โž• Add a flag to control Cassandra consistency level (#700)
    • Collect metrics from ES bulk service (#688)
    • ๐Ÿ‘ Allow zero replicas for Elasticsearch (#754)
    ๐Ÿ› Bug Fixes, Minor Improvements
    • Apply namespace when creating Prometheus metrics factory (fix for #732) (#733)
    • ๐Ÿ›  Disable double compression on Prom Handler - fixes #697 (#735)
    • 0๏ธโƒฃ Use the default metricsFactory if not provided (#739)
    • ๐Ÿ›  Avoid duplicate expvar metrics - fixes #716 (#726)
    • ๐Ÿ‘€ Make sure different tracers in HotROD process use different random generator seeds (#718)
    • โœ… Test that processes with identical tags are deduped (#708)
    • When converting microseconds to time.Time ensure UTC timezone (#712)
    • โž• Add to WaitGroup before the goroutine creation (#711)
    • โœ… Pin testify version to 1.2.1 (#710)

    ๐Ÿ’ป UI Changes

    ๐Ÿ†• New Features
    • ๐Ÿ‘Œ Support running Jaeger behind a reverse proxy (fixes #42)
    • ๐Ÿ“ˆ Track Javascript errors via Google Analytics (fixes #39)
    • โž• Add Google Analytics event tracking for actions in trace view (#191)
    ๐Ÿ› Bug Fixes, Minor Improvements
    • ๐Ÿ’ป Clearly identify traces without a root span (fixes #190)
    • ๐Ÿ›  Fix #166 JS error on search page after viewing 404 trace

    ๐Ÿ“š Documentation Changes