Skip to content

2.0.0

Choose a tag to compare

@lukegackle lukegackle released this 22 Feb 00:52
· 3 commits to main since this release
a4064db

Single Entity Model: Each container now has exactly one sensor (e.g., sensor.netdata_docker_homeassistant).
Real-Time Status: The sensor's main state reflects the container's status (e.g., running, exited).
Rich Attributes: Comprehensive performance metrics are available as entity attributes:

  • cpu_percent
  • memory_usage_mib
  • memory_utilization_percent
  • network_rx_kbps / network_tx_kbps
  • health_status
  • pids

Robust Integration: Built with a standalone, test-driven parser and a clean, high-performance coordinator.