Class: Karafka::Web::Pro::Ui::App
- Defined in:
- lib/karafka/web/pro/ui/app.rb
Overview
Main Roda Web App that servers all the metrics and stats
Constant Summary
Constants inherited from Ui::Base
Constants included from Ui::Helpers::TailwindHelper
Ui::Helpers::TailwindHelper::TYPES
Constants included from Ui::Helpers::TopicsHelper
Ui::Helpers::TopicsHelper::DEFAULT_LIMIT
Instance Method Summary collapse
-
#features ⇒ Karafka::Web::Pro::Ui::Lib::Features
Features fetcher.
Methods inherited from Ui::Base
#build, #params, #render_response
Methods included from Ui::Helpers::TailwindHelper
#badge, #link_button, #tailwind_types
Methods included from Ui::Helpers::TopicsHelper
#topics_assignment_label, #topics_assignment_text, #topics_partition_identifier
Methods included from Ui::Helpers::TimeHelper
#human_readable_time, #poll_state_with_change_time_label, #relative_time, #time_with_label
Methods included from Ui::Helpers::ApplicationHelper
#deep_merge, #flat_hash, #format_memory, #icon, #kafka_state_badge, #lag_trend_badge, #lag_with_label, #lso_risk_state_badge, #lso_risk_state_bg, #nav_class, #normalized_metric, #number_with_delimiter, #object_value_to_s, #offset_with_label, #sort_link, #status_badge, #tags, #truncate, #view_title
Methods included from Ui::Helpers::PathsHelper
#action?, #asset_path, #consumer_path, #consumers_path, #explorer_messages_path, #explorer_path, #explorer_topics_path, #flatten_params, #root_path, #scheduled_messages_explorer_path, #topics_path
Instance Method Details
#features ⇒ Karafka::Web::Pro::Ui::Lib::Features
Returns features fetcher.
72 73 74 |
# File 'lib/karafka/web/pro/ui/app.rb', line 72 def features Lib::Features end |