Changelog¶
1.88.0(2026/01/14)¶
This release is an iterative release, with the following main updates:
New Features¶
- Added data ingestion canary metric collection (#2900)
- DCA added DataKit liveness check (#2910)
Bug Fixes¶
- Fixed the issue of inflated Pod memory collection values (#2933)
- Fixed the issue where KubernetesPrometheus failed to resume collection after Pod restart (#2936)
- Fixed the issue where DDTrace NodeJS profiles could not be collected (#2937) 1
- Fixed multi-step dial testing retry issue (#2915)
- Fixed AWS Lambda extension collection anomaly (#2918)
Improvements¶
- In DataKit log output, a separate file (default is error.log) is now provided for
ERRORlevel logs to prevent them from being overwhelmed by other logs; meanwhile, the bug report will also include this error log (#2940) - Optimized the disk cache module (WAL), exposed more metrics and logs, and optimized the impact of .pos files on disk IO (#2935)
- Added more YAML configurations for SNMP collection and fixed some legacy issues (#2923)
- Added
from_beginning_threshold_sizeconfiguration item for container log collection and logfwd (#2934) - Added
collector_source_ipfield to data collected by multiple collectors, indicating the data source (#2819) 2 - Other optimizations (#2928/#2932/#2930)
Compatibility Adjustments¶
- Removed the redundant
allfield from object data in SNMP collected data (#2923)