Skip to content

v0.7.2

Compare
Choose a tag to compare
@github-actions github-actions released this 24 Apr 09:43
· 86 commits to main since this release
0033b93

Changelog

v0.7.2 - 2023-04-24

Enhancements

  • Add an option WithMemory to 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 bind syscall support to get the listening ip and port of a server. (#493)
  • Add an option enable_fetch_replicaset to 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.