File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
charts/k8s-monitoring/tests/platform/eks-fargate Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 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
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])
You can’t perform that action at this time.
0 commit comments