mirror of
https://github.com/moghtech/komodo.git
synced 2026-05-07 02:16:06 -05:00
[GH-ISSUE #751] Periphery stats polling rate using same variable twice for 2 different stats sources #7471
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @djismgaming on GitHub (Aug 21, 2025).
Original GitHub issue: https://github.com/moghtech/komodo/issues/751
Hi!
While configuring a periphery container, I noticed the config states to use the same environment variable for host stats polling and for container stats polling. These should be different. Maybe PERIPHERY_CONTAINER_STATS_POLLING_RATE?
I've highlighted the lines below:
@MP-Tool commented on GitHub (Aug 21, 2025):
Thank you for the issue, I've fixed the documentation. You can simply use
PERIPHERY_CONTAINER_STATS_POLLING_RATE. resolved when merged.