fix: Update default hoursBack value to 24 in fetchResourceList options

This commit is contained in:
Nawaz Dhandala
2026-03-18 19:56:00 +00:00
parent 6af7f24d1b
commit 758aab5f17

View File

@@ -37,7 +37,7 @@ export default class KubernetesResourceUtils {
namespaceAttribute = "resource.k8s.namespace.name",
additionalAttributes = [],
filterAttributes = {},
hoursBack = 1,
hoursBack = 24,
} = options;
const endDate: Date = OneUptimeDate.getCurrentDate();