mirror of
https://github.com/moghtech/komodo.git
synced 2026-03-09 07:13:36 -05:00
[PR #752] [MERGED] Fix: Correct environment variable name for container stats polling rate #777
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?
📋 Pull Request Information
Original PR: https://github.com/moghtech/komodo/pull/752
Author: @MP-Tool
Created: 8/21/2025
Status: ✅ Merged
Merged: 8/21/2025
Merged by: @mbecker20
Base:
main← Head:fix/docs📝 Commits (2)
cd57911docs(config): Update environment variable name and default value for container stats polling rate582a5e4fix(config): Update default value for container stats polling rate to 30 seconds📊 Changes
1 file changed (+3 additions, -3 deletions)
View changed files
📝
config/periphery.config.toml(+3 -3)📄 Description
Fixes #751
Problem
The periphery config documentation incorrectly used
PERIPHERY_STATS_POLLING_RATEfor both system stats and container stats polling rate configuration, when they should use different environment variables.Solution
PERIPHERY_STATS_POLLING_RATEtoPERIPHERY_CONTAINER_STATS_POLLING_RATEfor container stats polling ratedefault_container_stats_polling_ratefunction)Changes
config/periphery.config.tomlcomments to show correct environment variable name🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.