Skip to content

Commit

Permalink
update docs about default l7-protocol-enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
sharang committed Sep 23, 2024
1 parent 22ce010 commit 788631b
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 7 deletions.
4 changes: 4 additions & 0 deletions docs/zh/05-features/01-l7-protocols/01-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ permalink: /features/l7-protocols/overview

# 支持的应用协议

为了降低资源开销并避免误识别,agent 默认仅会解析如下应用协议:
- HTTP、HTTP2/gRPC、MySQL、Redis、Kafka、DNS、TLS。

如需开启其他应用协议的解析,请配置 agent 的 `l7-protocol-enabled`。支持解析的所有应用协议如下所示:
[csv-L7 Protocol List](https://raw.githubusercontent.com/deepflowio/deepflow/main/server/querier/db_descriptions/clickhouse/tag/enum/l7_protocol)

# 调用日志字段说明
Expand Down
17 changes: 14 additions & 3 deletions docs/zh/09-release-notes/03-ce-6.6-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,21 @@ title: v6.6 CE Release Notes
permalink: /release-notes/release-6.6-ce
---

# v6.6.6 [2024/09/23]
# v6.6.5 [2024/09/23]

- 调整采集器高级配置中`l7-protocol-enabled`的默认配置
- 默认配置不再是全部协议,修改为仅开启HTTP、HTTP2、MySQL、Redis、Kafka、DNS、TLS。
## Backward Incompatible Change

- AutoTracing
- 为了降低资源开销并避免误识别,agent 默认仅会解析如下应用协议(如需开启其他协议的解析请配置 `l7-protocol-enabled`):
- HTTP、HTTP2/gRPC、MySQL、Redis、Kafka、DNS、TLS。

## Beta Feature

- TBD

## Stable Feature

- TBD

# v6.6.4 [2024/08/29]

Expand Down
5 changes: 1 addition & 4 deletions docs/zh/09-release-notes/04-ee-6.6-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,4 @@ title: v6.6 EE Release Notes
permalink: /release-notes/release-6.6-ee
---

# v6.6.6 [2024/09/23]

- 调整采集器高级配置中`l7-protocol-enabled`的默认配置
- 默认配置不再是全部协议,修改为仅开启HTTP、HTTP2、MySQL、Redis、Kafka、DNS、TLS。
- TBD

0 comments on commit 788631b

Please sign in to comment.