Skip to content

Commit

Permalink
Update changelog for main
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and sharang committed Dec 11, 2024
1 parent aaa5ed7 commit dd863ca
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
### <a id="main"></a>DeepFlow release main

#### Bug Fix
* fix: change proc socket sync interval config name and default value [#8658](https://github.com/deepflowio/deepflow/pull/8658) by [rvql](https://github.com/rvql)
* fix: agent group configuration api response unexcepted value [#8647](https://github.com/deepflowio/deepflow/pull/8647) by [ZhengYa-0110](https://github.com/ZhengYa-0110)
* fix: add alarm_label table [#8642](https://github.com/deepflowio/deepflow/pull/8642) by [SongZhen0704](https://github.com/SongZhen0704)
* fix: parse 1d aggr table failed [#8645](https://github.com/deepflowio/deepflow/pull/8645) by [lzf575](https://github.com/lzf575)
* fix: modify agent config example [#8638](https://github.com/deepflowio/deepflow/pull/8638) by [yuanchaoa](https://github.com/yuanchaoa)
* fix: errors occurred when modifying some agent group configuration [#8602](https://github.com/deepflowio/deepflow/pull/8602) by [ZhengYa-0110](https://github.com/ZhengYa-0110)
Expand Down Expand Up @@ -250,6 +253,9 @@
* Fix prometheus data cannot be labeled with universal tags,if slow-decoder is used. [#7100](https://github.com/deepflowio/deepflow/pull/7100)

#### NEW FEATURE
* feat: sender add compress flag [#8639](https://github.com/deepflowio/deepflow/pull/8639) by [taloric](https://github.com/taloric)
* feat: adds resource synchronization delay alarms [#8612](https://github.com/deepflowio/deepflow/pull/8612) by [ZhengYa-0110](https://github.com/ZhengYa-0110)
* feat: add resource association abnormal alarm [#8585](https://github.com/deepflowio/deepflow/pull/8585) by [xiaochaoren1](https://github.com/xiaochaoren1)
* feat: optimize memory [#8641](https://github.com/deepflowio/deepflow/pull/8641) by [yuanchaoa](https://github.com/yuanchaoa)
* feat: support fanout in mirror mode and analyzer mode [#8587](https://github.com/deepflowio/deepflow/pull/8587) by [yuanchaoa](https://github.com/yuanchaoa)
* feat: register esxi vtap support cloudtower [#8599](https://github.com/deepflowio/deepflow/pull/8599) by [askyrie](https://github.com/askyrie)
Expand Down Expand Up @@ -555,6 +561,7 @@
* perf: improve parsing RequestResource from http.url of OTel data [#7172](https://github.com/deepflowio/deepflow/pull/7172) by [lzf575](https://github.com/lzf575)

#### Documentation
* docs: update agent config doc [#8660](https://github.com/deepflowio/deepflow/pull/8660) by [sharang](https://github.com/sharang)
* docs: polish compression config [#7701](https://github.com/deepflowio/deepflow/pull/7701) by [sharang](https://github.com/sharang)
* docs: agent correct the description of inputs.ebpf.socket.tunning [#7664](https://github.com/deepflowio/deepflow/pull/7664) by [TomatoMr](https://github.com/TomatoMr)
* docs: rename opentemetry to opentelemetry [#7245](https://github.com/deepflowio/deepflow/pull/7245) by [lzf575](https://github.com/lzf575)
Expand Down
13 changes: 13 additions & 0 deletions docs/CHANGELOG-6-6.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
#### New Feature

#### Bug Fix
* fix: agent group configuration api response unexcepted value [#8655](https://github.com/deepflowio/deepflow/pull/8655) by [ZhengYa-0110](https://github.com/ZhengYa-0110)
* fix: add alarm_label table [#8644](https://github.com/deepflowio/deepflow/pull/8644) by [SongZhen0704](https://github.com/SongZhen0704)
* fix: modify agent config example [#8649](https://github.com/deepflowio/deepflow/pull/8649) by [yuanchaoa](https://github.com/yuanchaoa)
* fix: parse 1d aggr table failed [#8646](https://github.com/deepflowio/deepflow/pull/8646) by [lzf575](https://github.com/lzf575)
* fix: errors occurred when modifying some agent group configuration [#8605](https://github.com/deepflowio/deepflow/pull/8605) by [ZhengYa-0110](https://github.com/ZhengYa-0110)
Expand All @@ -21,9 +23,20 @@
* perf: modify materialized view local table without group by [#8576](https://github.com/deepflowio/deepflow/pull/8576) by [lzf575](https://github.com/lzf575)

#### NEW FEATURE
* feat: add resource association abnormal alarm [#8659](https://github.com/deepflowio/deepflow/pull/8659) by [xiaochaoren1](https://github.com/xiaochaoren1)
* feat: adds resource synchronization delay alarms [#8657](https://github.com/deepflowio/deepflow/pull/8657) by [ZhengYa-0110](https://github.com/ZhengYa-0110)
* feat: sender add compress flag [#8654](https://github.com/deepflowio/deepflow/pull/8654) by [taloric](https://github.com/taloric)
* feat: support fanout in mirror mode and analyzer mode [#8643](https://github.com/deepflowio/deepflow/pull/8643) by [yuanchaoa](https://github.com/yuanchaoa)
* feat: optimize memory [#8572](https://github.com/deepflowio/deepflow/pull/8572) by [yuanchaoa](https://github.com/yuanchaoa)
* feat: querier add version check [#8622](https://github.com/deepflowio/deepflow/pull/8622) by [xiaochaoren1](https://github.com/xiaochaoren1)
* feat: register esxi vtap support cloudtower [#8613](https://github.com/deepflowio/deepflow/pull/8613) by [askyrie](https://github.com/askyrie)
* feature: adds index to some tables [#8598](https://github.com/deepflowio/deepflow/pull/8598) by [ZhengYa-0110](https://github.com/ZhengYa-0110)
* feature: adds system alarm of recorder cleaner [#8588](https://github.com/deepflowio/deepflow/pull/8588) by [ZhengYa-0110](https://github.com/ZhengYa-0110)


#### Documentation
* docs: update agent config doc [#8661](https://github.com/deepflowio/deepflow/pull/8661) by [sharang](https://github.com/sharang)


#### Refactoring
* refactor: Remove legacy agent config [#8656](https://github.com/deepflowio/deepflow/pull/8656) by [rvql](https://github.com/rvql)

0 comments on commit dd863ca

Please sign in to comment.