Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What does this PR do
This pull request includes significant changes to the monitoring components and localization files, as well as the addition of new log components. The most important changes include updates to the
Monitor
component, localization enhancements, and the addition of log components for cluster and node monitoring.Updates to
Monitor
component:handleTimeChange
to removeuseCallback
and addedparam
to the state update logic. (web/src/components/Overview/Monitor/index.jsx
, [1] [2] [3] [4] [5]TabPane
to use formatted messages for tab titles. (web/src/components/Overview/Monitor/index.jsx
, web/src/components/Overview/Monitor/index.jsxL224-R227)Localization enhancements:
web/src/locales/en-US/cluster.js
, [1] [2]web/src/locales/zh-CN/cluster.js
, web/src/locales/zh-CN/cluster.jsR118-R132)Addition of log components:
Logs
component for cluster monitoring with customized columns and query filters. (web/src/pages/Platform/Overview/Cluster/Monitor/Logs.jsx
, web/src/pages/Platform/Overview/Cluster/Monitor/Logs.jsxR1-R45)Logs
component into the cluster monitor page. (web/src/pages/Platform/Overview/Cluster/Monitor/index.jsx
, web/src/pages/Platform/Overview/Cluster/Monitor/index.jsxR12-R18)Logs
component for node monitoring with specific query filters. (web/src/pages/Platform/Overview/Node/Monitor/Logs.jsx
, web/src/pages/Platform/Overview/Node/Monitor/Logs.jsxR1-R26)Logs
component into the node monitor page. (web/src/pages/Platform/Overview/Node/Monitor/index.jsx
, web/src/pages/Platform/Overview/Node/Monitor/index.jsxR9-R14)Rationale for this change
Standards checklist