cloudprofiler_grpc_service_config.json 864 B

12345678910111213141516171819202122232425262728293031323334353637
  1. {
  2. "methodConfig": [
  3. {
  4. "name": [{"service": "google.devtools.cloudprofiler.v2.ProfilerService"}],
  5. "timeout": "30s",
  6. "retryPolicy": {
  7. "maxAttempts": 5,
  8. "initialBackoff": "1s",
  9. "maxBackoff": "10s",
  10. "backoffMultiplier": 1.3,
  11. "retryableStatusCodes": ["UNAVAILABLE"]
  12. }
  13. },
  14. {
  15. "name": [
  16. {
  17. "service": "google.devtools.cloudprofiler.v2.ProfilerService",
  18. "method": "CreateProfile"
  19. }
  20. ],
  21. "timeout": "3600s"
  22. },
  23. {
  24. "name": [
  25. {
  26. "service": "google.devtools.cloudprofiler.v2.ProfilerService",
  27. "method": "CreateOfflineProfile"
  28. },
  29. {
  30. "service": "google.devtools.cloudprofiler.v2.ProfilerService",
  31. "method": "UpdateProfile"
  32. }
  33. ],
  34. "timeout": "30s"
  35. }
  36. ]
  37. }