Skip to content

Commit 4879bb2

Browse files
Google APIscopybara-github
authored andcommitted
feat: add APIs for GKE OOTB metrics packages
PiperOrigin-RevId: 554853517
1 parent ac012ee commit 4879bb2

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

google/container/v1beta1/cluster_service.proto

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5643,6 +5643,24 @@ message MonitoringComponentConfig {
56435643

56445644
// kube-controller-manager
56455645
CONTROLLER_MANAGER = 5;
5646+
5647+
// Storage
5648+
STORAGE = 7;
5649+
5650+
// Horizontal Pod Autoscaling
5651+
HPA = 8;
5652+
5653+
// Pod
5654+
POD = 9;
5655+
5656+
// DaemonSet
5657+
DAEMONSET = 10;
5658+
5659+
// Deployment
5660+
DEPLOYMENT = 11;
5661+
5662+
// Statefulset
5663+
STATEFULSET = 12;
56465664
}
56475665

56485666
// Select components to collect metrics. An empty set would disable all

0 commit comments

Comments
 (0)