1{
2  "methodConfig": [
3    {
4      "name": [
5        {
6          "service": "helloworld.Greeter",
7          "method": "SayHello"
8        }
9      ],
10
11      "hedgingPolicy": {
12        "maxAttempts": 3,
13        "hedgingDelay": "1s"
14      }
15    }
16  ],
17
18  "retryThrottling": {
19    "maxTokens": 10,
20    "tokenRatio": 0.1
21  }
22}
23