• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "methodConfig": [{
3    "name": [{ "service": "google.monitoring.dashboard.v1.DashboardsService" }],
4    "timeout": "30s",
5    "retryPolicy": {
6      "maxAttempts": 5,
7      "initialBackoff": "1s",
8      "maxBackoff": "10s",
9      "backoffMultiplier": 1.3,
10      "retryableStatusCodes": ["UNAVAILABLE", "UNKNOWN"]
11    }
12  },
13    {
14      "name": [
15        { "service": "google.monitoring.dashboard.v1.DashboardsService", "method": "CreateDashboard" },
16        { "service": "google.monitoring.dashboard.v1.DashboardsService", "method": "DeleteDashboard" },
17        { "service": "google.monitoring.dashboard.v1.DashboardsService", "method": "UpdateDashboard" }
18      ],
19      "timeout": "30s"
20    }]
21}