Closed pbilling closed 4 years ago
When logging VM insertions, also include disk size information.
Right now we are not tracking boot disk size even though we've run into multiple issue caused by insufficient boot disk space.
Disk parameters can be found in the Compute Engine insert request audit logs via the following Stackdriver query:
resource.type="gce_instance" resource.labels.instance_id="1431379762862362955" protoPayload.serviceName="compute.googleapis.com" protoPayload.methodName="v1.compute.instances.insert"
Disk size is specified by the following parameter:
protoPayload.request.disks.initializeParams.diskSizeGb
Added in version 1.1.0
When logging VM insertions, also include disk size information.
Right now we are not tracking boot disk size even though we've run into multiple issue caused by insufficient boot disk space.
Disk parameters can be found in the Compute Engine insert request audit logs via the following Stackdriver query:
Disk size is specified by the following parameter: