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
Showing
Please
register
or
sign in
to comment