| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| kindling-v0.7.2-install.tar.gz | 2023-04-25 | 7.2 kB | |
| README.md | 2023-04-24 | 1.6 kB | |
| v0.7.2 source code.tar.gz | 2023-04-24 | 19.1 MB | |
| v0.7.2 source code.zip | 2023-04-24 | 19.3 MB | |
| Totals: 4 Items | 38.4 MB | 0 | |
Changelog
v0.7.2 - 2023-04-24
Enhancements
- Add an option
WithMemoryto OpenTelemetry's Prometheus exporter. It allows users to control whether metrics that haven't been updated in the most recent interval are reported. (#501) - Add a config to cgoreceiver for suppressing events according to processes' comm (#495)
- Add
bindsyscall support to get the listening ip and port of a server. (#493) - Add an option
enable_fetch_replicasetto control whether to fetch ReplicaSet metadata. The default value is false which aims to release pressure on Kubernetes API server. (#492)
Bug fixes
- Fix the memory leak issue by deleting vtid-tid map to avoid OOM. (#499)
- Fix unrunnable bug due to the error Insufficient parameters of TCP retransmit. (#499)
- Fix the bug that in
cpuanalyzer, no segments are sent if they contain no cpuevents. Now segments are sent as long as they contain events, regardless of what the events are. (#502) - Fix the bug that the default configs of slice/map are not overridden. (#497)
Thanks for the significant help of @yanhongchang to provide OOM-killed information on [#499].