Skip to content

Latest commit

 

History

History
94 lines (54 loc) · 2.02 KB

CHANGELOG.md

File metadata and controls

94 lines (54 loc) · 2.02 KB

Change Log

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.

Added

Changed

Deprecated

Removed

Fixed

  • Fix thread safety in process code #43
  • Fix process package build on AIX #54
  • Ensure correct devID width in cgv2 #74

[0.4.4]

Fixed

  • Fix thread safety in process code #43

[0.4.3]

Fixed

  • Add IsZero to CPU Totals, report value for monitoring #40

[0.4.2]

Fixed

  • Fix reporting "handles" metrics as part of the "system" metrics group instead of the "beat" process metrics group. #37

[0.4.1]

Added

  • Add D process states. #32
  • Move cpu from Metricbeat to support CPU info on Linux. #36

Added

  • Move packages from Metricbeat: internal/metrics/cpu and internal/metrics/memory. #27

Fixed

  • Add more build tags to process_common.go so the module can be used on NetBSD and OpenBSD. #24

Added

  • Add linux Hwmon reporting interface. #16
  • Add filesystem package. #17

Fixed

  • Fix build tags for darwin after refactoring of file handle metrics. #18
  • Fix process filtering. #19

Fixed

  • Fix package name for darwin in metrics setup. #15

Added

  • Add metrics reporting setup. #14

Added

  • First release of github.come/elastic/elastic-agent-system-metrics.