diff --git a/docs/zh/10-release-notes/03-ce-7.0-release.md b/docs/zh/10-release-notes/03-ce-7.0-release.md index 76d6b779..c821a708 100644 --- a/docs/zh/10-release-notes/03-ce-7.0-release.md +++ b/docs/zh/10-release-notes/03-ce-7.0-release.md @@ -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] diff --git a/docs/zh/10-release-notes/04-ee-7.0-release.md b/docs/zh/10-release-notes/04-ee-7.0-release.md index d0cd2156..435e0dfc 100644 --- a/docs/zh/10-release-notes/04-ee-7.0-release.md +++ b/docs/zh/10-release-notes/04-ee-7.0-release.md @@ -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。 @@ -42,6 +45,7 @@ permalink: /release-notes/release-7.0-ee - Server - 支持定义 attribute.X、metrics.X 等字段的索引,加快常用字段的检索速度。 - 支持终止采集器远程升级,优化升级时 Server 的 CPU 资源开销。 + - 支持设置最长查询时长,避免大时间尺度的查询消耗过多资源。 - Agent - ⭐ OneAgent:支持使用 deepflow-agent 采集应用日志、主机系统指标、K8s 容器系统指标。 - ⭐ OneAgent:支持使用 deepflow-agent 进行持续拨测。 @@ -49,3 +53,5 @@ permalink: /release-notes/release-7.0-ee - ⭐ 性能: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)。 diff --git a/docs/zh/10-release-notes/05-ce-6.6-release.md b/docs/zh/10-release-notes/05-ce-6.6-release.md index fdf84f4e..b991d716 100644 --- a/docs/zh/10-release-notes/05-ce-6.6-release.md +++ b/docs/zh/10-release-notes/05-ce-6.6-release.md @@ -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] diff --git a/docs/zh/10-release-notes/06-ee-6.6-release.md b/docs/zh/10-release-notes/06-ee-6.6-release.md index ae62f4b5..09a62f18 100644 --- a/docs/zh/10-release-notes/06-ee-6.6-release.md +++ b/docs/zh/10-release-notes/06-ee-6.6-release.md @@ -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`)配置参数默认值,降低误匹配概率。 @@ -206,6 +208,7 @@ N/A - 默认聚合生成粒度为 1h、1d 的网络性能指标和应用性能指标。 - 数据导出(Kafka/Promtheus/OTel)的过滤器(`tag-filters-groups`)支持填写多组,以实现逻辑或的语义。 - 统一 deepflow-server 中各模块的日志格式。 + - 支持设置最长查询时长,避免大时间尺度的查询消耗过多资源。 - 性能提升 - ClickHouse 通过代理访问 MySQL 获取字典数据,降低 MySQL 连接数、优化跨 Region 带宽消耗。 - Agent @@ -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。