What's Changed
🚀 Features
- refactor: energy data structs by @sthaha in #2134
- feat(pod): added pod power by @vimalk78 in #2127
- feat(node): add node_name to power metrics by @vimalk78 in #2148
🐛 Bug Fixes
- fix(container): Improve container ID detection using deepest cgroup path match for nested containerIDs in cgroup path by @vimalk78 in #2119
- fix(power): correct power attribution by separating used vs idle power by @sthaha in #2125
- fix(monitor): use value-based maps to fix Clone() shallow copy bug by @sthaha in #2143
- fix(pod): rename mock utils to test file by @vimalk78 in #2147
- fix(monitor): race condition between timer and context cancelation by @sthaha in #2146
📖 Documentation
- docs: add tool for generating docs for metrics by @vprashar2929 in #2133
- docs: include pod level metrics by @vprashar2929 in #2142
Full Changelog: v0.0.7-reboot...v0.0.8-reboot