Skip to content

Releases: deepflowio/deepflow

v6.1.8.6

24 Feb 02:00
5c66744
Compare
Choose a tag to compare

Release v6.1.8.6

v6.2.2

09 Feb 02:33
Compare
Choose a tag to compare

New Features (GA)

  • AutoTracing
    • Supports distributed tracing of Golang applications with zero interpolation
  • Auto Tagging
    • Support adding custom metadata for processes, cloud servers, and K8s Namespace FR-001-Xiaomi
    • Support automatic synchronization of K8s cluster information under AWS and Alibaba Cloud accounts
  • Management
    • Support the number of ClickHouse nodes greater than the number of deepflow-server replicas FR-003-Zhongtong
    • Support deepflow-agent running on K8s Node as a normal process (not Pod) FR-004-Tencent
    • Support specifying domain name controller or ingester address for deepflow-agent FR-008-Xiaomi

optimization

  • deepflow-agent
    • The list of regular expressions for scanning processes (os-proc-regex) supports configuring action=drop to express ignore semantics FR-010-Xiaomi
    • Support running in Linux Kernel environment lower than 3.0 FR-012-Xiaomi
    • Use the socket information of the operating system to correct the flow log direction FR-011-Xiaomi
    • When the ctrl_ip or ctrl_mac of the agent's operating environment changes, it supports automatic update of the corresponding information of the agent
  • deepflow-server
    • At the end of the UDP flow timeout, the status field of l4_flow_log is set to OK

v6.2.1

18 Jan 11:21
Compare
Choose a tag to compare

New Features (Alpha)

-Universal Application Topology

  • Support zero interpolation code to automatically display the panoramic application topology of process granularity FR-001-XIAOMI
    -Auto Tagging
  • Support adding custom metadata for processes, cloud servers, and K8s Namespace FR-001-XIAOMI
  • Support automatic synchronization of K8s cluster information under AWS and Alibaba Cloud accounts
  • Supports synchronization of Baidu Cloud Smart Network (CSN) resource information
  • Querier API
    • Support PromQL
  • Management
    • Support the number of ClickHouse nodes greater than the number of deepflow-server replicas FR-003-ZHONGTONG
    • Support deepflow-agent running on K8s Node as a normal process (not Pod) FR-004-Tencent
    • Support specifying domain name controller or ingester address for deepflow-agent FR-008-XIAOMI

optimization

  • Querier API
    • Support returning the original field name before AS
  • Grafana
    • Optimize the Variable of Enum type to avoid expanding all candidate values in SQL when selecting All

v6.1.8.5

13 Jan 03:10
Compare
Choose a tag to compare

Release v6.1.8.5

v6.1.8.4

06 Jan 08:21
Compare
Choose a tag to compare

Release v6.1.8.4

v6.2.0

30 Dec 02:18
Compare
Choose a tag to compare

Release v6.2.0

v6.1.8.3

30 Dec 02:12
Compare
Choose a tag to compare

Release v6.1.8.3

v6.1.8.2

23 Dec 02:17
Compare
Choose a tag to compare

new features

  • AutoMetrics, AutoTracing, AutoLogging
    • Added support for SOFARPC protocol
  • Grafana
    • Support as a Grafana Tempo data source and display Tracing data on the Tempo page

v6.1.8.1

16 Dec 05:23
Compare
Choose a tag to compare

new features

v6.1.8

13 Dec 02:29
Compare
Choose a tag to compare

new features

optimization

  • Management
    • Reduce the memory overhead of deepflow-agent when watching K8s apiserver through message compression and clipping
    • Optimize the memory consumption of deepflow-server when calculating service Tag through Pod aggregation
    • Optimize the write pressure of deepflow-server on the flow_tag database by means of memory pre-aggregation
    • Managed MySQL service supports connections using non-root users