Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion compose/default/kepler/etc/kepler/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion compose/dev/kepler-dev/etc/kepler/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion hack/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading