79 static constexpr std::string_view
kName =
"manager-controller";
81 ManagerControllerComponent(
const components::ComponentConfig& config,
const components::ComponentContext& context);
83 ~ManagerControllerComponent()
override;
86 void WriteStatistics(
utils::statistics::Writer& writer);
88 void OnConfigUpdate(
const dynamic_config::Snapshot& cfg);
90 const components::impl::Manager& components_manager_;
91 utils::statistics::Entry statistics_holder_;
92 concurrent::AsyncEventSubscriberScope config_subscription_;