6#include <userver/dynamic_config/snapshot.hpp> 
   13  double errors_threshold_percent{5.0};  
 
   14  std::size_t safe_delta_limit{10};
 
   15  std::size_t timings_burst_threshold{5};
 
   16  std::chrono::milliseconds min_timings{20};
 
   17  std::size_t min_limit{10};
 
   18  std::size_t min_qps{10};