[PR #739] [MERGED] Fix podman compatibility in get_container_stats #769

Closed
opened 2025-10-31 15:21:19 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/moghtech/komodo/pull/739
Author: @Rhyn
Created: 8/17/2025
Status: Merged
Merged: 8/17/2025
Merged by: @mbecker20

Base: 1.19.0Head: podman-stats-fix


📝 Commits (2)

  • 68a0666 Add podman compability for querying stats
  • 5ef0844 syntax fix

📊 Changes

1 file changed (+8 additions, -1 deletions)

View changed files

📝 bin/periphery/src/docker/stats.rs (+8 -1)

📄 Description

By default podman stats uses different fields than docker. With this change it will use the docker formatted stats and fixes the stats display in komodo for podman hosts.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/moghtech/komodo/pull/739 **Author:** [@Rhyn](https://github.com/Rhyn) **Created:** 8/17/2025 **Status:** ✅ Merged **Merged:** 8/17/2025 **Merged by:** [@mbecker20](https://github.com/mbecker20) **Base:** `1.19.0` ← **Head:** `podman-stats-fix` --- ### 📝 Commits (2) - [`68a0666`](https://github.com/moghtech/komodo/commit/68a0666a5810ff4b48885bb3dd5d1ba9ce87d3fd) Add podman compability for querying stats - [`5ef0844`](https://github.com/moghtech/komodo/commit/5ef0844abefc7b169f740c1f4cfc40f8798f4752) syntax fix ### 📊 Changes **1 file changed** (+8 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `bin/periphery/src/docker/stats.rs` (+8 -1) </details> ### 📄 Description By default podman stats uses different fields than docker. With this change it will use the docker formatted stats and fixes the stats display in komodo for podman hosts. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-10-31 15:21:19 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/komodo#769