report {
  uuid: "ok"
  ranges: "40s"
  outgoing_codes: "101"
  outgoing_codes: "404"
  nested {
    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
          }
        }
        on_error {
          errordocument {
            status: 404
            content: "bad"
          }
        }
        attempts_rate_limiter {
          limit: 1.0
          coeff: 0.990000009537
        }
        use_on_error_for_non_idempotent {
          value: true
        }
      }
    }
  }
}
