发布日期: 2024-07-10
版本号: v1.59.0

后端更新包括以下内容:存在一个重大变更,OTEL Collector升级后,OTLP接收器默认监听地址改为localhost,导致容器环境中其他容器无法访问,临时解决方法是通过设置环境变量指定监听0.0.0.0,该问题将在下个版本修复。新增功能包括支持本地运行索引清理工具、tracegen支持自适应采样、升级Badger存储引擎至v4版本等。修复了Prometheus配置清理、日志关闭错误、指标中操作名称丢失等多个问题,并优化了日志选项。实验性功能新增了遥测结构支持、存储后端默认配置简化等。CI改进涉及镜像标签管理、测试用例增强及依赖更新校验。UI部分修复了标签搜索帮助弹窗的转义示例显示问题。

更新内容 (中文)

详见原始内容

更新内容 (原始)

Backend Changes

⛔ Breaking Changes

  • The OTEL Collector upgrade brought in a change where OTLP receivers started listening on localhost instead of 0.0.0.0 as before. As a result, when running in container environment the endpoints are likely unreachable from other containers (Issue #5737). The fix will be available in the next release. Meanwhile, the workaround is to instruct Jaeger to listen on 0.0.0.0, as in this fix:
      - COLLECTOR_OTLP_GRPC_HOST_PORT=0.0.0.0:4317
      - COLLECTOR_OTLP_HTTP_HOST_PORT=0.0.0.0:4318
  • Update opentelemetry-go to v1.28.0 and refactor references to semantic conventions (@renovate-bot in #5698)

✨ New Features

🐞 Bug fixes, Minor Improvements

🚧 Experimental Features

👷 CI Improvements

📊 UI Changes

🐞 Bug fixes, Minor Improvements

下载链接