-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
feat: toggle off infra monitoring #6787
Conversation
Build Error! No Linked Issue found. Please link an issue or mention it in the body using #<issue_id> |
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.
👍 Looks good to me! Reviewed everything up to 9c01cec in 15 seconds
More details
- Looked at
19
lines of code in1
files - Skipped
0
files when reviewing. - Skipped posting
2
drafted comments based on config settings.
1. frontend/src/pages/InfrastructureMonitoring/InfrastructureMonitoringPage.tsx:8
- Draft comment:
Ensure that removing theKubernetes
import does not affect other parts of the codebase that might rely on it. - Reason this comment was not posted:
Confidence changes required:50%
The import statement for Kubernetes is removed, but there might be other parts of the codebase that still reference it. It's important to ensure that removing this import doesn't break any functionality.
2. frontend/src/pages/InfrastructureMonitoring/InfrastructureMonitoringPage.tsx:5
- Draft comment:
Avoid using thecomponent/index.tsx
file structure approach, as it makes it difficult to debug and find components using global search tools like VS Code. - Reason this comment was not posted:
Comment was not on a valid diff hunk.
Workflow ID: wflow_e5mhbCMxRFZqIvWT
You can customize Ellipsis with 👍 / 👎 feedback, review rules, user-specific overrides, quiet
mode, and more.
Build Error! No Linked Issue found. Please link an issue or mention it in the body using #<issue_id> |
1 similar comment
Build Error! No Linked Issue found. Please link an issue or mention it in the body using #<issue_id> |
9c01cec
to
439500c
Compare
Summary
Toggle off infra monitoring feature
Related Issues / PR's
Screenshots
Affected Areas and Manually Tested Areas
Infra Monitoring section
Important
Remove
Kubernetes
fromroutes
inInfrastructureMonitoringPage.tsx
to disable Kubernetes infra monitoring.Kubernetes
fromroutes
array inInfrastructureMonitoringPage.tsx
, disabling Kubernetes infra monitoring.This description was created by
for 9c01cec. It will automatically update as commits are pushed.