Skip to content

Latest commit

 

History

History
598 lines (588 loc) · 84.3 KB

CHANGELOG.md

File metadata and controls

598 lines (588 loc) · 84.3 KB

Table of Contents

DeepFlow release main
Changelog for v6.5

Changelog

DeepFlow release main

Bug Fix

NEW FEATURE

Refactoring

  • refactor: Remove legacy agent config #8586 by rvql
  • refactor: modify log of configuration changes #8258 by yuanchaoa
  • refactor: agent workspace dependencies #8208 by TomatoMr
  • refactor: agent is compatibles with configuration and interfaces of both old and new versions #8084 by TomatoMr
  • refactor: agent adds the 'disabled-cgroups' configuration. #8164 by TomatoMr
  • refactor: Remove extended proc event handler #8161 by rvql
  • refactor: Remove old profiler regex #8158 by rvql
  • refactor: agent adds a disable_cgroups option #8140 by TomatoMr
  • refactor: update cli #8134 by lzf575
  • refactor: remove unused sql #7656 by roryye
  • refactor: Adjust agent profile configurations #7918 by rvql
  • refactor: update trace_tree debug info #7915 by lzf575
  • refactor: agent divides the config into dynamic_config and user_config #7872 by TomatoMr
  • refactor: add configuration structures #7804 by yuanchaoa
  • refactor: modify the default batch write size for metrics and flow logs #7789 by lzf575
  • refactor: agent config #7745 by TomatoMr
  • refactor: define field value type using enum #7686 by lzf575
  • refactor: polish agent config #7342 by sharang
  • refactor: update monitor, server log with org info #7597 by roryye
  • refactor: agent remove prometheus api sync #7576 by TomatoMr
  • refactor: cli update and deepflow-server update message #7500 by lzf575
  • refactor: server message update #7498 by TomatoMr
  • refactor: trace_tree add topic field #7418 by lzf575
  • refactor: trace-id-with-index is enabled by default and the type is hash #7416 by lzf575
  • refactor: Ingester add default value config #7395 by lzf575
  • refactor: modify the type of TraceTreeEnabled field #7378 by lzf575
  • refactor: rename package name #7344 by taloric
  • refactor: move trace-map dir path #7343 by taloric
  • refactor: OTel HTTP l7_protocol_str change from http to HTTP #7292 by lzf575
  • refactor: server recorder polishes id allocator #7168 by ZhengYa-0110
  • refactor: Change crate name #7155 by rvql
  • refactor: trace_tree add encoding respose statistics #7430 by lzf575

Performance

  • perf: add primary key for in_process table #8623 by lzf575
  • perf: modify materialized view local table without group by #8575 by lzf575
  • perf: improve the performance of json string escape #8508 by lzf575
  • perf: use template instead of Interface{} in LockFreePool #8372 by lzf575
  • perf: reduce ckwriter memory #8417 by lzf575
  • perf: remove the '-l' compilation parameter to allow inline #7935 by lzf575
  • perf: improve the performance of ClickHouse table changes under multiple organizations #7788 by lzf575
  • perf: speed up the update of ClickHouse table structure #7748 by lzf575
  • perf: speed up the update of ClickHouse table structure #7746 by lzf575
  • perf: optimize trace_tree slice assignment #7414 by lzf575
  • perf: improve trace_tree search index #7413 by lzf575
  • perf: add setting ttl_only_drop_parts to the CK table to make TTL more efficient #7265 by lzf575
  • perf: improve parsing RequestResource from http.url of OTel data #7172 by lzf575

Documentation

Chore

  • chore: Improve rebuild speed by eliminating unnecessary rerun of build.rs #8207 by rvql
  • chore: update cli dependencies #7249 by lzf575

OTHER