Bug 2096359

Summary: Internal _usePrometheusPoll hook exposed in public API
Product: OpenShift Container Platform Reporter: Samuel Padgett <spadgett>
Component: Management ConsoleAssignee: Jakub Hadvig <jhadvig>
Status: CLOSED DUPLICATE QA Contact: Yadan Pei <yapei>
Severity: high Docs Contact:
Priority: unspecified    
Version: 4.11CC: aballant
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2022-06-13 16:02:12 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Samuel Padgett 2022-06-13 15:38:27 UTC
We should remove the internal `_usePrometheusPoll` hook from the public API. This API was introduced in 4.11, so we can remove it before GA without making an API breaking change. Making this a high severity bug since we don't want to accidentally ship it in 4.11 GA, after which we have to deprecate before we can remove.

NOTE: We should ONLY remove the hook that starts with the underscore. `usePrometheusPoll` without an underscore is an API we want to keep.

Comment 1 Andrew Ballantyne 2022-06-13 16:02:12 UTC

*** This bug has been marked as a duplicate of bug 2093047 ***

Comment 2 Andrew Ballantyne 2022-06-13 16:02:34 UTC
I'll address this part of my PR for the other bug (2093047).