jaeger v1.15.0 Release Notes

Release Date: 2019-11-07 // over 4 years ago
  • Backend Changes

    💥 Breaking Changes

    0️⃣ The default value for the Ingester's flag ingester.deadlockInterval has been changed to 0 (#1868, @jpkrohling)

    ⏪ With the new default, the ingester won't panic if there are no messages for the last minute. To restore the previous behavior, set the flag's value to 1m.

    🗄 Mark --collector.grpc.tls.client.ca flag as deprecated for jaeger-collector. (#1840, @yurishkuro)

    🚚 The deprecated flag will still work, but will be removed removed in the future, it's recommended to use --collector.grpc.tls.client-ca instead.

    🆕 New Features
    🐛 Bug fixes, Minor Improvements

    💻 UI Changes

    • 💻 The changelog is available here v1.5.0