40 static constexpr std::string_view
kName =
"congestion-control";
44 ~Component()
override;
46 static yaml_config::Schema GetStaticConfigSchema();
48 server::congestion_control::Limiter& GetServerLimiter();
49 server::congestion_control::Sensor& GetServerSensor();
53 void OnConfigUpdate(
const dynamic_config::Snapshot& cfg);
55 void OnAllComponentsLoaded()
override;
57 void OnAllComponentsAreStopping()
override;
59 void ExtendWriter(
utils::statistics::Writer& writer);
62 utils::FastPimpl<Impl, 704, 16> pimpl_;