Skip to content

Commit 982bb69

Browse files
Google APIscopybara-github
authored andcommitted
feat: Add storage_utilization_gib_per_node to Autoscaling target
PiperOrigin-RevId: 457776307
1 parent a4761d5 commit 982bb69

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

google/bigtable/admin/v2/instance.proto

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,14 @@ message AutoscalingTargets {
115115
// 100 (total utilization), and is limited between 10 and 80, otherwise it
116116
// will return INVALID_ARGUMENT error.
117117
int32 cpu_utilization_percent = 2;
118+
119+
// The storage utilization that the Autoscaler should be trying to achieve.
120+
// This number is limited between 2560 (2.5TiB) and 5120 (5TiB) for a SSD
121+
// cluster and between 8192 (8TiB) and 16384 (16TiB) for an HDD cluster;
122+
// otherwise it will return INVALID_ARGUMENT error. If this value is set to 0,
123+
// it will be treated as if it were set to the default value: 2560 for SSD,
124+
// 8192 for HDD.
125+
int32 storage_utilization_gib_per_node = 3;
118126
}
119127

120128
// Limits for the number of nodes a Cluster can autoscale up/down to.

0 commit comments

Comments
 (0)