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