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
Refactor PBM metrics collection to utilize current node information
- Updated `pbmBackupsMetrics` and `pbmAgentMetrics` functions to accept `currentNode` as a parameter, reducing redundant calls to retrieve node information.
- Enhanced error handling for node info retrieval, ensuring metrics are only collected if the current node information is successfully obtained.
- Improved overall structure for clarity and maintainability.
0 commit comments