jaeger v1.12.0 Release Notes

Release Date: 2019-05-16 // almost 5 years ago
  • Backend Changes

    ๐Ÿ’ฅ Breaking Changes
    • ๐Ÿšš The kafka flags were removed in favor of kafka.producer and kafka.consumer flags (#1424, @ledor473)

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

      --kafka.brokers
      --kafka.encoding
      --kafka.topic
      --ingester.brokers
      --ingester.encoding
      --ingester.topic
      --ingester.group-id
      

      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.topic
      --kafka.consumer.group-id
      
    • โž• Add Admin port and group all ports in one file (#1442, @yurishkuro)

      This change fixes issues #1428, #1332 and moves all metrics endpoints from API ports to admin ports. It requires re-configuring Prometheus scraping rules. Each Jaeger binary has its own admin port that can be found under --admin-http-port command line flag by running the ${binary} help command.

    ๐Ÿ†• New Features
    ๐Ÿ› Bug fixes, Minor Improvements

    ๐Ÿ’ป UI Changes

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