Module: Google::Cloud::Profiler::V2::ProfilerService
- Defined in:
- lib/google/cloud/profiler/v2/profiler_service.rb,
lib/google/cloud/profiler/v2/profiler_service/rest.rb,
lib/google/cloud/profiler/v2/profiler_service/paths.rb,
lib/google/cloud/profiler/v2/profiler_service/client.rb,
lib/google/cloud/profiler/v2/profiler_service/credentials.rb,
lib/google/cloud/profiler/v2/profiler_service/rest/client.rb,
lib/google/cloud/profiler/v2/profiler_service/rest/service_stub.rb
Overview
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.
To load this service and instantiate a REST client:
require "google/cloud/profiler/v2/profiler_service/rest"
client = ::Google::Cloud::Profiler::V2::ProfilerService::Rest::Client.new
Defined Under Namespace
Modules: Paths, Rest Classes: Client, Credentials