Cloud Profiler Audit Logging

This document describes audit logging for Cloud Profiler. Google Cloud services generate audit logs that record administrative and access activities within your Google Cloud resources. For more information about Cloud Audit Logs, see the following:

Service name

Cloud Profiler audit logs use the service name cloudprofiler.googleapis.com. Filter for this service:

    protoPayload.serviceName="cloudprofiler.googleapis.com"
  

Methods by permission type

Each IAM permission has a type property, whose value is an enum that can be one of four values: ADMIN_READ, ADMIN_WRITE, DATA_READ, or DATA_WRITE. When you call a method, Cloud Profiler generates an audit log whose category is dependent on the type property of the permission required to perform the method. Methods that require an IAM permission with the type property value of DATA_READ, DATA_WRITE, or ADMIN_READ generate Data Access audit logs. Methods that require an IAM permission with the type property value of ADMIN_WRITE generate Admin Activity audit logs.

Permission type Methods
DATA_READ google.devtools.cloudprofiler.v2.ExportService.ListProfiles
DATA_WRITE google.devtools.cloudprofiler.v2.ProfilerService.CreateOfflineProfile
google.devtools.cloudprofiler.v2.ProfilerService.CreateProfile
google.devtools.cloudprofiler.v2.ProfilerService.UpdateProfile

API interface audit logs

For information about how and which permissions are evaluated for each method, see the Identity and Access Management documentation for Cloud Profiler.

google.devtools.cloudprofiler.v2.ExportService

The following audit logs are associated with methods belonging to google.devtools.cloudprofiler.v2.ExportService.

ListProfiles

  • Method: google.devtools.cloudprofiler.v2.ExportService.ListProfiles
  • Audit log type: Data access
  • Permissions:
    • cloudprofiler.profiles.list - DATA_READ
  • Method is a long-running or streaming operation: No.
  • Filter for this method: protoPayload.methodName="google.devtools.cloudprofiler.v2.ExportService.ListProfiles"

google.devtools.cloudprofiler.v2.ProfilerService

The following audit logs are associated with methods belonging to google.devtools.cloudprofiler.v2.ProfilerService.

CreateOfflineProfile

  • Method: google.devtools.cloudprofiler.v2.ProfilerService.CreateOfflineProfile
  • Audit log type: Data access
  • Permissions:
    • cloudprofiler.profiles.create - DATA_WRITE
  • Method is a long-running or streaming operation: No.
  • Filter for this method: protoPayload.methodName="google.devtools.cloudprofiler.v2.ProfilerService.CreateOfflineProfile"

CreateProfile

  • Method: google.devtools.cloudprofiler.v2.ProfilerService.CreateProfile
  • Audit log type: Data access
  • Permissions:
    • cloudprofiler.profiles.create - DATA_WRITE
  • Method is a long-running or streaming operation: No.
  • Filter for this method: protoPayload.methodName="google.devtools.cloudprofiler.v2.ProfilerService.CreateProfile"

UpdateProfile

  • Method: google.devtools.cloudprofiler.v2.ProfilerService.UpdateProfile
  • Audit log type: Data access
  • Permissions:
    • cloudprofiler.profiles.update - DATA_WRITE
  • Method is a long-running or streaming operation: No.
  • Filter for this method: protoPayload.methodName="google.devtools.cloudprofiler.v2.ProfilerService.UpdateProfile"