123456789101112131415161718192021 |
- {
- "methodConfig": [{
- "name": [{ "service": "google.monitoring.dashboard.v1.DashboardsService" }],
- "timeout": "30s",
- "retryPolicy": {
- "maxAttempts": 5,
- "initialBackoff": "1s",
- "maxBackoff": "10s",
- "backoffMultiplier": 1.3,
- "retryableStatusCodes": ["UNAVAILABLE", "UNKNOWN"]
- }
- },
- {
- "name": [
- { "service": "google.monitoring.dashboard.v1.DashboardsService", "method": "CreateDashboard" },
- { "service": "google.monitoring.dashboard.v1.DashboardsService", "method": "DeleteDashboard" },
- { "service": "google.monitoring.dashboard.v1.DashboardsService", "method": "UpdateDashboard" }
- ],
- "timeout": "30s"
- }]
- }
|