Skip to content

update release notes 7.0.6 #699

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 15, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 10 additions & 2 deletions docs/zh/10-release-notes/03-ce-7.0-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,17 @@ title: v7.0 CE Release Notes
permalink: /release-notes/release-7.0-ce
---

# v7.0.6 [TBD]
# v7.0.6 [2025/04/15]

TBD
## Stable Feature

- AutoTracing
- 支持解析压缩 MySQL 调用,[文档](../configuration/agent/#processors.request_log.application_protocol_inference.protocol_special_config.mysql.decompress_payload)。
- 支持解析 MySQL 的 Login Response 语句。
- 支持解析 TCP Payload 中的多个 DNS 请求。
- Agent
- 提升调用日志在 agent 侧的合并成功率,显著降低 `response_status = Unknown` 的调用日志比例。
- 限制 agent 发送数据的带宽消耗,默认允许发送 100Mbps 的数据,[文档](../configuration/agent/#global.communication.max_throughput_to_ingester)。

# v7.0.5 [2025/04/02]

Expand Down
6 changes: 6 additions & 0 deletions docs/zh/10-release-notes/04-ee-7.0-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ permalink: /release-notes/release-7.0-ee
- 支持 Tars 协议的采集和追踪,[文档](../features/l7-protocols/rpc/#tars)。
- 支持 Ping 协议的采集和追踪,[文档](../features/l7-protocols/network/#ping)。
- 支持 Dubbo 协议使用 Fastjson 序列化时的采集和追踪,[文档](../features/l7-protocols/rpc/#dubbo)。
- 支持解析压缩 MySQL 调用,[文档](../configuration/agent/#processors.request_log.application_protocol_inference.protocol_special_config.mysql.decompress_payload)。
- 支持解析 MySQL 的 Login Response 语句。
- 支持解析 TCP Payload 中的多个 DNS 请求。
- 应用性能指标(`application`、`application_map`)中增加超时比例指标(`timeout_ratio`)。
- 支持解析云智慧的 TraceID 和 SpanID。

Expand Down Expand Up @@ -42,10 +45,13 @@ permalink: /release-notes/release-7.0-ee
- Server
- 支持定义 attribute.X、metrics.X 等字段的索引,加快常用字段的检索速度。
- 支持终止采集器远程升级,优化升级时 Server 的 CPU 资源开销。
- 支持设置最长查询时长,避免大时间尺度的查询消耗过多资源。
- Agent
- ⭐ OneAgent:支持使用 deepflow-agent 采集应用日志、主机系统指标、K8s 容器系统指标。
- ⭐ OneAgent:支持使用 deepflow-agent 进行持续拨测。
- ⭐ 安全性:支持限制 deepflow-agent 使用的 Socket 数量,[文档](../configuration/agent/#global.limits.max_sockets)。
- ⭐ 性能:PCAP 数据支持压缩传输,压缩率可达 5:1 ~ 10:1,[文档](../configuration/agent/#outputs.compression.pcap)。
- 支持采集 Pod 内部网卡的流量,适用于 Root 网络命名空间下无法直接采集 Pod 网卡流量的场景(例如[华为云 CCE Turbo CNI](https://support.huaweicloud.com/usermanual-cce/cce_10_0284.html)),[文档](../configuration/agent/#inputs.cbpf.af_packet.inner_interface_capture_enabled)。
- 采集器列表支持展示所在 VPC 信息。
- 提升调用日志在 agent 侧的合并成功率,显著降低 `response_status = Unknown` 的调用日志比例。
- 限制 agent 发送数据的带宽消耗,默认允许发送 100Mbps 的数据,[文档](../configuration/agent/#global.communication.max_throughput_to_ingester)。
3 changes: 3 additions & 0 deletions docs/zh/10-release-notes/05-ce-6.6-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,14 @@ permalink: /release-notes/release-6.6-ce
- [2025/01/16] 网络流日志(`l4_flow_log`)中的非 TCP 流量,将其结束状态(`close_type`)从超时调整为正常结束(1)。
- [2025/04/02] 支持 Ping 协议的采集和追踪,[文档](../features/l7-protocols/network/#ping)。
- [2025/04/02] 支持 Dubbo 协议使用 Fastjson 序列化时的采集和追踪,[文档](../features/l7-protocols/rpc/#dubbo)。
- [2025/04/15] 支持解析 MySQL 的 Login Response 语句。
- [2025/04/15] 支持解析 TCP Payload 中的多个 DNS 请求。
- Server
- [2025/02/11] 支持终止采集器远程升级,优化升级时 Server 的 CPU 资源开销。
- Agent
- [2025/02/11] 支持限制 deepflow-agent 使用的 Socket 数量,[文档](../configuration/agent/#global.limits.max_sockets)。
- [2025/03/18] 支持采集 Pod 内部网卡的流量,适用于 Root 网络命名空间下无法直接采集 Pod 网卡流量的场景(例如[华为云 CCE Turbo CNI](https://support.huaweicloud.com/usermanual-cce/cce_10_0284.html)),[文档](../configuration/agent/#inputs.cbpf.af_packet.inner_interface_capture_enabled)。
- [2025/04/15] 限制 agent 发送数据的带宽消耗,默认允许发送 100Mbps 的数据,[文档](../configuration/agent/#global.communication.max_throughput_to_ingester)。

# v6.6.9 [2024/12/12]

Expand Down
4 changes: 4 additions & 0 deletions docs/zh/10-release-notes/06-ee-6.6-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ permalink: /release-notes/release-6.6-ee
- 支持 Tars 协议的采集和追踪,[文档](../features/l7-protocols/rpc/#tars)。
- 支持 Ping 协议的采集和追踪,[文档](../features/l7-protocols/network/#ping)。
- 支持 Dubbo 协议使用 Fastjson 序列化时的采集和追踪,[文档](../features/l7-protocols/rpc/#dubbo)。
- 支持解析 MySQL 的 Login Response 语句。
- 支持解析 TCP Payload 中的多个 DNS 请求。
- 支持 Some/IP 协议的采集和追踪。
- 新增 HTTP 协议 URL 脱敏能力、默认开启 Redis 协议脱敏,[文档](../configuration/agent/#processors.request_log.tag_extraction.obfuscate_protocols)。
- 优化网络 Span 追踪所使用的 NTP 时钟偏差(`host_clock_offset_us`)和网络传输时延(`network_delay_us`)配置参数默认值,降低误匹配概率。
Expand Down Expand Up @@ -206,6 +208,7 @@ N/A
- 默认聚合生成粒度为 1h、1d 的网络性能指标和应用性能指标。
- 数据导出(Kafka/Promtheus/OTel)的过滤器(`tag-filters-groups`)支持填写多组,以实现逻辑或的语义。
- 统一 deepflow-server 中各模块的日志格式。
- 支持设置最长查询时长,避免大时间尺度的查询消耗过多资源。
- 性能提升
- ClickHouse 通过代理访问 MySQL 获取字典数据,降低 MySQL 连接数、优化跨 Region 带宽消耗。
- Agent
Expand All @@ -221,6 +224,7 @@ N/A
- 专属采集器支持按 QinQ 内层 VLAN 计算网络位置(`capture_network_type`),[文档](../configuration/agent/#inputs.cbpf.af_packet.vlan_pcp_in_physical_mirror_traffic)。
- 专属采集器默认不限制并发流数量与策略模块的内存开销,[文档](../configuration/agent/#processors.flow_log.tunning.concurrent_flow_limit)。
- 空闲内存熔断机制支持使用 available 内存指标,[文档](../configuration/agent/#global.circuit_breakers.sys_memory_percentage.metric)。
- 限制 agent 发送数据的带宽消耗,默认允许发送 100Mbps 的数据,[文档](../configuration/agent/#global.communication.max_throughput_to_ingester)。
- 减少 deepflow-agent 发送数据时使用的 Socket 数量:
- 合并集成 OpenTelemetry 时,传输 open_telemetry 和 open_telemetry_compressed 数据使用的 Socket。
- 合并用于 agent 自监控的、传输 deepflow_stats 和 agent_log 数据使用的 Socket。
Expand Down
Loading