78 static constexpr std::string_view
kName =
"manager-controller";
80 ManagerControllerComponent(
const components::ComponentConfig& config,
const components::ComponentContext& context);
82 ~ManagerControllerComponent()
override;
85 void WriteStatistics(
utils::statistics::Writer& writer);
87 void OnConfigUpdate(
const dynamic_config::Snapshot& cfg);
89 const components::impl::Manager& components_manager_;
90 utils::statistics::Entry statistics_holder_;
91 concurrent::AsyncEventSubscriberScope config_subscription_;