Skip to content

Commit 634de9f

Browse files
authored
Merge pull request #2499 from Nachiket-Roy/fix-staleness-default
chore(config): align default staleness to 500ms in dev and compose configs
2 parents cfbf3a8 + 5cd3828 commit 634de9f

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

compose/default/kepler/etc/kepler/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ monitor:
1818
# the same as long as the scrapes happens within the staleness duration.
1919
#
2020
# NOTE: Keep staleness shorter than the monitor interval.
21-
staleness: 1000ms
21+
staleness: 500ms
2222

2323
# maximum number of terminated workloads (process, container, VM, pods)
2424
# to be kept in memory until the data is exported; 0 disables the limit

compose/dev/kepler-dev/etc/kepler/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ monitor:
1818
# the same as long as the scrapes happens within the staleness duration.
1919
#
2020
# NOTE: Keep staleness shorter than the monitor interval.
21-
staleness: 1000ms
21+
staleness: 500ms
2222

2323
# maximum number of terminated workloads (process, container, VM, pods)
2424
# to be kept in memory until the data is exported; 0 disables the limit

hack/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ monitor:
1818
# the same as long as the scrapes happens within the staleness duration.
1919
#
2020
# NOTE: Keep staleness shorter than the monitor interval.
21-
staleness: 1000ms
21+
staleness: 500ms
2222

2323
# maximum number of terminated workloads (process, container, VM, pods)
2424
# to be kept in memory until the data is exported; 0 disables the limit

0 commit comments

Comments
 (0)