From ab2a94adcf50b5ba6331c397f325ddc83f6bc69d Mon Sep 17 00:00:00 2001 From: Nachiket Roy Date: Mon, 13 Jul 2026 13:34:41 +0530 Subject: [PATCH] chore(config): align default staleness to 500ms in dev/compose configs Signed-off-by: Nachiket Roy --- compose/default/kepler/etc/kepler/config.yaml | 2 +- compose/dev/kepler-dev/etc/kepler/config.yaml | 2 +- hack/config.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/compose/default/kepler/etc/kepler/config.yaml b/compose/default/kepler/etc/kepler/config.yaml index f86dc23f70..9828d59748 100644 --- a/compose/default/kepler/etc/kepler/config.yaml +++ b/compose/default/kepler/etc/kepler/config.yaml @@ -18,7 +18,7 @@ monitor: # the same as long as the scrapes happens within the staleness duration. # # NOTE: Keep staleness shorter than the monitor interval. - staleness: 1000ms + staleness: 500ms # maximum number of terminated workloads (process, container, VM, pods) # to be kept in memory until the data is exported; 0 disables the limit diff --git a/compose/dev/kepler-dev/etc/kepler/config.yaml b/compose/dev/kepler-dev/etc/kepler/config.yaml index 9f3bc5a98f..07d8532d30 100644 --- a/compose/dev/kepler-dev/etc/kepler/config.yaml +++ b/compose/dev/kepler-dev/etc/kepler/config.yaml @@ -18,7 +18,7 @@ monitor: # the same as long as the scrapes happens within the staleness duration. # # NOTE: Keep staleness shorter than the monitor interval. - staleness: 1000ms + staleness: 500ms # maximum number of terminated workloads (process, container, VM, pods) # to be kept in memory until the data is exported; 0 disables the limit diff --git a/hack/config.yaml b/hack/config.yaml index 34d137e466..636c8a9e61 100644 --- a/hack/config.yaml +++ b/hack/config.yaml @@ -18,7 +18,7 @@ monitor: # the same as long as the scrapes happens within the staleness duration. # # NOTE: Keep staleness shorter than the monitor interval. - staleness: 1000ms + staleness: 500ms # maximum number of terminated workloads (process, container, VM, pods) # to be kept in memory until the data is exported; 0 disables the limit