mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
fix: update pod phase attribute key in Kubernetes alert template
This commit is contained in:
@@ -284,7 +284,7 @@ const podPendingTemplate: KubernetesAlertTemplate = {
|
||||
resourceScope: KubernetesResourceScope.Cluster,
|
||||
rollingTime: RollingTime.Past5Minutes,
|
||||
aggregationType: MetricsAggregationType.Sum,
|
||||
attributes: { "k8s.pod.phase": "Pending" },
|
||||
attributes: { "resource.k8s.pod.phase": "Pending" },
|
||||
}),
|
||||
offlineCriteriaInstance: buildOfflineCriteriaInstance({
|
||||
offlineMonitorStatusId: args.offlineMonitorStatusId,
|
||||
|
||||
Reference in New Issue
Block a user