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