report {
  ranges: "default"
  nested {
    modules {
      exp_getter_macro {
        service_name: "test_uaas"
      }
    }
    modules {
      balancer2 {
        attempts: 1
        dynamic {
          max_pessimized_share: 1.0
          min_pessimization_coeff: 0.10000000149
          weight_increase_step: 0.10000000149
          history_interval: "10s"
        }
        generated_proxy_backends {
          proxy_options {
            connect_timeout: "100ms"
            fail_on_5xx {
            }
          }
          include_backends {
            type: BY_ID
            ids: "a"
          }
        }
        on_error {
          errordocument {
            status: 522
            content: "Something wicked"
          }
        }
        on_fast_error {
          errordocument {
            status: 892
            content: "Even worse"
          }
        }
        attempts_rate_limiter {
          limit: 1.0
          coeff: 0.990000009537
        }
      }
    }
  }
}
