You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is the bug?
AdmissionControlCollector right now collects jvmmp/request_size metrics from AdmissionController plugin. It uses reflection to load static instances of those classes.
How can one reproduce the bug?
Its a code best practises bug.
What is the expected behavior?
performance-analyzer plugin should expose SPI with admissioncontrol methods. AdmissionController plugin should implement this SPI as well extending performance-analyzer plugin. performance-analyzer plugin should implement ExtensiblePlugin interface and so that it can load static admission controller objects from AdmissionController plugin.
The text was updated successfully, but these errors were encountered:
khushbr
changed the title
[BUG] Remove reflection logic to call AdmissionControl plugin APIs (which is only known to managed service)
[BUG] Remove reflection logic to call AdmissionControl plugin APIs
Apr 17, 2023
What is the bug?
AdmissionControlCollector right now collects jvmmp/request_size metrics from AdmissionController plugin. It uses reflection to load static instances of those classes.
How can one reproduce the bug?
Its a code best practises bug.
What is the expected behavior?
performance-analyzer plugin should expose SPI with admissioncontrol methods. AdmissionController plugin should implement this SPI as well extending performance-analyzer plugin. performance-analyzer plugin should implement ExtensiblePlugin interface and so that it can load static admission controller objects from AdmissionController plugin.
The text was updated successfully, but these errors were encountered: