public sealed class Metrics : IMessage<Metrics>, IEquatable<Metrics>, IDeepCloneable<Metrics>, IBufferMessage, IMessageReference documentation and code samples for the Database Center v1beta API class Metrics.
Metrics represents the metrics for a database resource.
Namespace
Google.Cloud.DatabaseCenter.V1BetaAssembly
Google.Cloud.DatabaseCenter.V1Beta.dll
Constructors
Metrics()
public Metrics()Metrics(Metrics)
public Metrics(Metrics other)| Parameter | |
|---|---|
| Name | Description |
other |
Metrics |
Properties
CurrentMemoryUsedBytes
public MetricData CurrentMemoryUsedBytes { get; set; }Current memory used by the resource in bytes.
| Property Value | |
|---|---|
| Type | Description |
MetricData |
|
CurrentStorageUsedBytes
public MetricData CurrentStorageUsedBytes { get; set; }Current storage used by the resource in bytes.
| Property Value | |
|---|---|
| Type | Description |
MetricData |
|
NodeCount
public MetricData NodeCount { get; set; }Number of nodes in instance for spanner or bigtable.
| Property Value | |
|---|---|
| Type | Description |
MetricData |
|
P95CpuUtilization
public MetricData P95CpuUtilization { get; set; }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).
| Property Value | |
|---|---|
| Type | Description |
MetricData |
|
P99CpuUtilization
public MetricData P99CpuUtilization { get; set; }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).
| Property Value | |
|---|---|
| Type | Description |
MetricData |
|
PeakMemoryUtilization
public MetricData PeakMemoryUtilization { get; set; }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).
| Property Value | |
|---|---|
| Type | Description |
MetricData |
|
PeakNumberConnections
public MetricData PeakNumberConnections { get; set; }Peak number of connections observed for the resource. The value is a positive integer.
| Property Value | |
|---|---|
| Type | Description |
MetricData |
|
PeakStorageUtilization
public MetricData PeakStorageUtilization { get; set; }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).
| Property Value | |
|---|---|
| Type | Description |
MetricData |
|
ProcessingUnitCount
public MetricData ProcessingUnitCount { get; set; }Number of processing units in spanner.
| Property Value | |
|---|---|
| Type | Description |
MetricData |
|