Metrics(mapping=None, *, ignore_unknown_fields=False, **kwargs)Metrics represents the metrics for a database resource.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes |
|
|---|---|
| Name | Description |
p99_cpu_utilization |
google.cloud.databasecenter_v1beta.types.MetricData
P99 CPU utilization observed for the resource. The value is a fraction between 0.0 and 1.0 (may momentarily exceed 1.0 in some cases). This field is a member of oneof_ _p99_cpu_utilization.
|
p95_cpu_utilization |
google.cloud.databasecenter_v1beta.types.MetricData
P95 CPU utilization observed for the resource. The value is a fraction between 0.0 and 1.0 (may momentarily exceed 1.0 in some cases). This field is a member of oneof_ _p95_cpu_utilization.
|
current_storage_used_bytes |
google.cloud.databasecenter_v1beta.types.MetricData
Current storage used by the resource in bytes. This field is a member of oneof_ _current_storage_used_bytes.
|
peak_storage_utilization |
google.cloud.databasecenter_v1beta.types.MetricData
Peak storage utilization observed for the resource. The value is a fraction between 0.0 and 1.0 (may momentarily exceed 1.0 in some cases). This field is a member of oneof_ _peak_storage_utilization.
|
peak_memory_utilization |
google.cloud.databasecenter_v1beta.types.MetricData
Peak memory utilization observed for the resource. The value is a fraction between 0.0 and 1.0 (may momentarily exceed 1.0 in some cases). This field is a member of oneof_ _peak_memory_utilization.
|
peak_number_connections |
google.cloud.databasecenter_v1beta.types.MetricData
Peak number of connections observed for the resource. The value is a positive integer. This field is a member of oneof_ _peak_number_connections.
|
node_count |
google.cloud.databasecenter_v1beta.types.MetricData
Number of nodes in instance for spanner or bigtable. This field is a member of oneof_ _node_count.
|
processing_unit_count |
google.cloud.databasecenter_v1beta.types.MetricData
Number of processing units in spanner. This field is a member of oneof_ _processing_unit_count.
|
current_memory_used_bytes |
google.cloud.databasecenter_v1beta.types.MetricData
Current memory used by the resource in bytes. This field is a member of oneof_ _current_memory_used_bytes.
|