Skip to content

Commit 2b26790

Browse files
committed
Fix eks-fargate platform test
Signed-off-by: Pete Wall <[email protected]>
1 parent c32f22b commit 2b26790

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

charts/k8s-monitoring/tests/platform/eks-fargate/test-plan.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,9 @@ tests:
4242
type: promql
4343
- query: grafana_kubernetes_monitoring_feature_info{cluster="$clusterName", feature="clusterEvents"}
4444
type: promql
45-
- query: grafana_kubernetes_monitoring_feature_info{cluster="$clusterName", feature="podLogs", method="kubernetesApi"}
45+
- query: grafana_kubernetes_monitoring_feature_info{cluster="$clusterName", feature="podLogs", method="volumes"}
46+
type: promql
47+
- query: grafana_kubernetes_monitoring_feature_info{cluster="$clusterName", feature="podLogsViaKubernetesApi"}
4648
type: promql
4749
- query: grafana_kubernetes_monitoring_feature_info{cluster="$clusterName", feature="integrations", sources="alloy"}
4850
type: promql
@@ -76,7 +78,7 @@ tests:
7678

7779
# Pod logs
7880
# Logs from the default namespace should be from the Fargate nodes
79-
- query: count_over_time({cluster="$clusterName", namespace="default", job!~l"integrations/kubernetes/eventhandler|integrations/kubernetes/journal"}[1h])
81+
- query: count_over_time({cluster="$clusterName", namespace="default", job!~"integrations/kubernetes/eventhandler|integrations/kubernetes/journal"}[1h])
8082
type: logql
8183
# Logs from the other namespaces should be from traditional nodes
8284
- query: count_over_time({cluster="$clusterName", namespace!="default", job!~"integrations/kubernetes/eventhandler|integrations/kubernetes/journal"}[1h])

0 commit comments

Comments
 (0)