Skip to content

Commit ac012ee

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

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

google/container/v1/cluster_service.proto

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

50855085
// kube-controller-manager
50865086
CONTROLLER_MANAGER = 5;
5087+
5088+
// Storage
5089+
STORAGE = 7;
5090+
5091+
// Horizontal Pod Autoscaling
5092+
HPA = 8;
5093+
5094+
// Pod
5095+
POD = 9;
5096+
5097+
// DaemonSet
5098+
DAEMONSET = 10;
5099+
5100+
// Deployment
5101+
DEPLOYMENT = 11;
5102+
5103+
// Statefulset
5104+
STATEFULSET = 12;
50875105
}
50885106

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

0 commit comments

Comments
 (0)