Skip to content
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: add /zookeeper explorer #218

Merged
merged 3 commits into from
May 6, 2024
Merged

feat: add /zookeeper explorer #218

merged 3 commits into from
May 6, 2024

Conversation

duyet
Copy link
Owner

@duyet duyet commented May 6, 2024

Resolved #216

Copy link

vercel bot commented May 6, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
clickhouse-monitoring ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 6, 2024 9:31am

Copy link
Contributor

@sourcery-ai sourcery-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey @duyet - I've reviewed your changes and they look great!

Here's what I looked at during the review
  • 🟡 General issues: 1 issue found
  • 🟢 Security: all looks good
  • 🟡 Testing: 1 issue found
  • 🟢 Complexity: all looks good

Sourcery is free for open source - if you like our reviews please consider sharing them ✨
Help me be more useful! Please click 👍 or 👎 on each comment to tell me if it was helpful.

Comment on lines +244 to +248
title: 'Zookeeper',
href: '/zookeeper?path=/',
description:
'Exposes data from the Keeper cluster defined in the config',
icon: RollerCoasterIcon,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

suggestion (code_refinement): Consider adding a tooltip for the new Zookeeper menu item for consistency.

All other menu items have tooltips that provide additional context on hover. Adding a tooltip to the Zookeeper item would maintain UI consistency and enhance user experience.

Suggested change
title: 'Zookeeper',
href: '/zookeeper?path=/',
description:
'Exposes data from the Keeper cluster defined in the config',
icon: RollerCoasterIcon,
title: 'Zookeeper',
href: '/zookeeper?path=/',
description:
'Exposes data from the Keeper cluster defined in the config',
icon: RollerCoasterIcon,
tooltip: 'Manage and monitor your Zookeeper clusters',

app/[query]/more/zookeeper.ts Show resolved Hide resolved
@duyet duyet merged commit 10d74e6 into main May 6, 2024
10 checks passed
@duyet duyet deleted the feat/zookeeper branch May 6, 2024 09:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Zookeeper explorer
1 participant