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

dashboard: remove unused dashboard code #4542

Merged
merged 4 commits into from
May 5, 2022

Conversation

jcsp
Copy link
Contributor

@jcsp jcsp commented May 4, 2022

Cover letter

Corresponding vtools change is https://github.com/redpanda-data/vtools/pull/631

Release notes

Improvements

  • A rarely-used metrics dashboard component in Redpanda is removed, having been superseded by Kowl. The dashboard_dir node configuration property is no longer removed.

jcsp added 3 commits May 4, 2022 09:40
This is an undocumented feature, believed to be
unused, that we haven't touched in over a year.
@@ -43,7 +43,7 @@ struct node_config final : public config_store {

// HTTP server content dirs
property<ss::sstring> admin_api_doc_dir;
property<std::optional<ss::sstring>> dashboard_dir;
deprecated_property dashboard_dir;
Copy link
Contributor

Choose a reason for hiding this comment

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

THIS IS HOT!

@emaxerrno
Copy link
Contributor

emaxerrno commented May 4, 2022

lgtm from product. kowl supersedes this.

@jcsp jcsp marked this pull request as ready for review May 4, 2022 18:09
@jcsp jcsp requested review from andrewhsu and removed request for a team May 4, 2022 18:09
Copy link
Contributor

@yougotashovel yougotashovel left a comment

Choose a reason for hiding this comment

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

LGTM fine to remove.

@dotnwat dotnwat merged commit a3db724 into redpanda-data:dev May 5, 2022
@jcsp jcsp deleted the remove-dashboard branch May 5, 2022 08:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants