mirror of
https://github.com/zalando-incubator/kube-metrics-adapter.git
synced 2025-03-08 03:23:51 +00:00
Skipper metrics collection for resource types
Signed-off-by: Arjun Naik <arjun.rn@gmail.com>
This commit is contained in:
@ -287,6 +287,8 @@ func ParseHPAMetrics(hpa *autoscalingv2beta1.HorizontalPodAutoscaler) ([]*Metric
|
||||
}
|
||||
case autoscalingv2beta1.ExternalMetricSourceType:
|
||||
typeName.Name = metric.External.MetricName
|
||||
case autoscalingv2beta1.ResourceMetricSourceType:
|
||||
continue // kube-metrics-adapter does not collect resource metrics
|
||||
}
|
||||
|
||||
if config, ok := configs[typeName]; ok {
|
||||
|
Reference in New Issue
Block a user