jaeger v1.11.0 Release Notes

Release Date: 2019-03-07 // about 5 years ago
  • Backend Changes

    ๐Ÿ’ฅ Breaking Changes
    • Introduce kafka.producer and kafka.consumer flags to replace kafka flags (#1360, @ledor473)

      The following flags have been deprecated in the Collector and the Ingester:

      --kafka.brokers
      --kafka.encoding
      --kafka.topic
      

      In the Collector, they are replaced by:

      --kafka.producer.brokers
      --kafka.producer.encoding
      --kafka.producer.topic
      

      In the Ingester, they are replaced by:

      --kafka.consumer.brokers
      --kafka.consumer.encoding
      --kafka.consumer.group-id
      
      ๐Ÿ†• New Features
    • ๐Ÿ‘Œ Support secure gRPC channel between agent and collector (#1391, @ghouscht, @yurishkuro)

    • ๐Ÿ‘ Allow to use TLS with ES basic auth (#1388, @pavolloffay)

    ๐Ÿ› Bug fixes, Minor Improvements

    ๐Ÿ’ป UI Changes

    • ๐Ÿ“Œ UI pinned to version 1.1.0. The changelog is available here v1.1.0