-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: optimize monitor data fetching for large time ranges #5
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
web/src/locales/en-US/cluster.js
Outdated
@@ -347,4 +347,7 @@ export default { | |||
"cluster.providers.aliyun": "Aliyun", | |||
"cluster.providers.tencent-cloud": "Tencent-cloud", | |||
"cluster.providers.ecloud": "Ecloud", | |||
|
|||
"cluster.metrics.dsl.copy": "Copy DSL", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would like to use request
reather dsl
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.
What does this PR do
Rationale for this change
Standards checklist