发布日期: 2025-10-17
版本号: v3.7.1

OTLP协议修复了OpenTelemetry属性名称转换时的标签命名问题:当属性名以单个下划线开头时,会在转换后的标签名前添加"key_“前缀;同时保留了属性名中的多个连续下划线。此修复撤销了3.7.0版本中引入的破坏性变更。

更新内容 (中文)

  • [BUGFIX] OTLP:在将以单个下划线开头的OTel属性名转换时,为标签名添加key_前缀;在转换OTel属性名时,保留标签名中连续的多个下划线。此变更撤销了3.7.0版本中引入的破坏性更改。#17344

更新内容 (原始)

  • [BUGFIX] OTLP: Prefix key_ to label name when translating an OTel attribute name starting with a single underscore, and keep multiple consecutive underscores in label name when translating an OTel attribute name. This reverts the breaking changes introduced in 3.7.0. #17344

下载链接