Commits

Frank Mai committed 7283abb8d9e
Fix error expression for fluentd query **Problem:** The `Flunetd` pane from `Rancher Components` dashboard cannot show the right counting of fluentd Pods **Solution:** Change `sum(kube_pod_info{pod=~"fluentd.*"})` to `sum(kube_pod_info{pod=~".*fluentd.*",pod!~".*aggregator.*"})` **Issue:** https://github.com/rancher/rancher/issues/19722