Skip to content

Commit

Permalink
feat: add APIs for GKE OOTB metrics packages
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 554853517
  • Loading branch information
Google APIs authored and Copybara-Service committed Aug 8, 2023
1 parent ac012ee commit 4879bb2
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions google/container/v1beta1/cluster_service.proto
Original file line number Diff line number Diff line change
Expand Up @@ -5643,6 +5643,24 @@ message MonitoringComponentConfig {

// kube-controller-manager
CONTROLLER_MANAGER = 5;

// Storage
STORAGE = 7;

// Horizontal Pod Autoscaling
HPA = 8;

// Pod
POD = 9;

// DaemonSet
DAEMONSET = 10;

// Deployment
DEPLOYMENT = 11;

// Statefulset
STATEFULSET = 12;
}

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

0 comments on commit 4879bb2

Please sign in to comment.