bool enabled() const { return runtime_.snapshot().getBoolean(runtime_key_, default_value_); }
bool enabled() const { return runtime_.snapshot().featureEnabled(runtime_key_, default_value_); }
Percentage(const envoy::config::core::v3::RuntimePercent& percent_proto, Runtime::Loader& runtime)