You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
965 B
32 lines
965 B
6 years ago
|
type: google.api.Service
|
||
|
config_version: 3
|
||
|
name: cloudprofiler.googleapis.com
|
||
|
title: Stackdriver Profiler API
|
||
|
|
||
|
apis:
|
||
|
- name: google.devtools.cloudprofiler.v2.ProfilerService
|
||
|
|
||
|
documentation:
|
||
|
summary: Manages continuous profiling information.
|
||
|
overview: |-
|
||
|
The Stackdriver Profiler API manages the continuous profiling information
|
||
|
collected in cloud environments like App Engine, GKE and GCE.
|
||
|
|
||
|
backend:
|
||
|
rules:
|
||
|
- selector: google.devtools.cloudprofiler.v2.ProfilerService.CreateProfile
|
||
|
deadline: 3600.0
|
||
|
- selector: google.devtools.cloudprofiler.v2.ProfilerService.CreateOfflineProfile
|
||
|
deadline: 20.0
|
||
|
- selector: google.devtools.cloudprofiler.v2.ProfilerService.UpdateProfile
|
||
|
deadline: 20.0
|
||
|
|
||
|
authentication:
|
||
|
rules:
|
||
|
- selector: '*'
|
||
|
oauth:
|
||
|
canonical_scopes: |-
|
||
|
https://www.googleapis.com/auth/cloud-platform,
|
||
|
https://www.googleapis.com/auth/monitoring,
|
||
|
https://www.googleapis.com/auth/monitoring.write
|