google-cloud-profiler overview (2.1.10)

com.google.devtools.cloudprofiler.v2

The interfaces provided are listed below, along with usage samples.

ProfilerServiceClient

Service Description: Manage the collection of continuous profiling data provided by profiling agents running in the cloud or by an offline provider of profiling data.

General guidelines:

  • Profiles for a single deployment must be created in ascending time order.
  • Profiles can be created in either online or offline mode, see below.

Sample for ProfilerServiceClient:


 try (ProfilerServiceClient profilerServiceClient = ProfilerServiceClient.create()) {
   CreateProfileRequest request =
       CreateProfileRequest.newBuilder()
           .setParent("parent-995424086")
           .setDeployment(Deployment.newBuilder().build())
           .addAllProfileType(new ArrayList

com.google.devtools.cloudprofiler.v2.stub