Commit a639cde
committed
Improve performance of capture_ems_targets
For Kubernetes type providers if the ems has metrics credentials then
all instances of container_nodes, container_groups, etc... supports
capture.
We don't have to check `.supporting(:capture)` if we are in a kubernetes
provider, but this isn't generally true so only implement this behavior
in k8s.1 parent 0c258a3 commit a639cde
File tree
1 file changed
+6
-1
lines changed- app/models/manageiq/providers/kubernetes/container_manager
1 file changed
+6
-1
lines changedLines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
61 | 66 | | |
62 | 67 | | |
63 | 68 | | |
| |||
0 commit comments