38 lines
864 B
JSON
38 lines
864 B
JSON
{
|
|
"methodConfig": [
|
|
{
|
|
"name": [{"service": "google.devtools.cloudprofiler.v2.ProfilerService"}],
|
|
"timeout": "30s",
|
|
"retryPolicy": {
|
|
"maxAttempts": 5,
|
|
"initialBackoff": "1s",
|
|
"maxBackoff": "10s",
|
|
"backoffMultiplier": 1.3,
|
|
"retryableStatusCodes": ["UNAVAILABLE"]
|
|
}
|
|
},
|
|
{
|
|
"name": [
|
|
{
|
|
"service": "google.devtools.cloudprofiler.v2.ProfilerService",
|
|
"method": "CreateProfile"
|
|
}
|
|
],
|
|
"timeout": "3600s"
|
|
},
|
|
{
|
|
"name": [
|
|
{
|
|
"service": "google.devtools.cloudprofiler.v2.ProfilerService",
|
|
"method": "CreateOfflineProfile"
|
|
},
|
|
{
|
|
"service": "google.devtools.cloudprofiler.v2.ProfilerService",
|
|
"method": "UpdateProfile"
|
|
}
|
|
],
|
|
"timeout": "30s"
|
|
}
|
|
]
|
|
}
|