report {
  ranges: "default"
  nested {
    modules {
      exp_getter_macro {
        service_name: "test_uaas"
      }
    }
    modules {
      balancer2 {
        attempts: 1
        rr {
          weights_file: "./controls/traffic_control.weights"
        }
        balancing_policy {
          unique_policy {
          }
        }
        backends {
          name: "_"
          weight: 1.0
          nested {
            modules {
              report {
                uuid: "requests__to_"
                ranges: "default"
              }
            }
            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
                  }
                }
                attempts_rate_limiter {
                  limit: 1.0
                  coeff: 0.990000009537
                }
              }
            }
          }
        }
        backends {
          name: "_devnull"
          weight: -1.0
          nested {
            report {
              uuid: "requests__to_devnull"
              ranges: "default"
              nested {
                errordocument {
                  status: 204
                }
              }
            }
          }
        }
        on_error {
          errordocument {
            status: 522
            content: "Something wicked"
          }
        }
        on_fast_error {
          errordocument {
            status: 892
            content: "Even worse"
          }
        }
      }
    }
  }
}
