Custom metrics exporter HPA

Horizontal Pod Autoscaler for custom Cloud Monitoring exporter.

Code sample

YAML

apiVersion: autoscaling/v2beta2
kind: HorizontalPodAutoscaler
metadata:
  name: custom-metric-sd
  namespace: default
spec:
  scaleTargetRef:
    apiVersion: apps/v1
    kind: Deployment
    name: custom-metric-sd
  minReplicas: 1
  maxReplicas: 5
  metrics:
  - type: Pods
    pods:
      metric:
        name: custom-metric
      target:
        type: AverageValue
        averageValue: 20

What's next

To search and filter code samples for other Google Cloud products, see the Google Cloud sample browser.