// resolved during the construction of the config and made sure they are not nullptr after that.
void add(Stats::Scope& scope, Stats::StatNameTagVectorOptConstRef tags, uint64_t amount) const {
void add(Stats::Scope& scope, Stats::StatNameTagVectorOptConstRef tags, uint64_t amount) const {
void sub(Stats::Scope& scope, Stats::StatNameTagVectorOptConstRef tags, uint64_t amount) const {
void set(Stats::Scope& scope, Stats::StatNameTagVectorOptConstRef tags, uint64_t amount) const {
* This implementation of the AsyncClient::Callbacks is used to handle the response from the HTTP
* This class is used to schedule a bootstrap extension config event hook from a different thread
// The config that this scheduler is associated with. Using a weak pointer to avoid unnecessarily
* This class wraps an Envoy timer for use by bootstrap extension dynamic modules. It is created via
* When the timer fires, it invokes the on_bootstrap_extension_timer_fired event hook on the main
Event::Dispatcher& main_thread_dispatcher, Server::Configuration::ServerFactoryContext& context,