mirror of
https://github.com/zalando-incubator/kube-metrics-adapter.git
synced 2024-12-31 14:24:07 +00:00
Fix type for value target
Signed-off-by: Mikkel Oscar Lyderik Larsen <mikkel.larsen@zalando.de>
This commit is contained in:
@ -747,6 +747,7 @@ spec:
|
|||||||
# if an event-type has multiple partitions the value of
|
# if an event-type has multiple partitions the value of
|
||||||
# consumer-lag-seconds is the max of all the partitions.
|
# consumer-lag-seconds is the max of all the partitions.
|
||||||
value: "600" # 10m
|
value: "600" # 10m
|
||||||
|
type: Value
|
||||||
# averageValue is compatible with unconsumed-events metric type.
|
# averageValue is compatible with unconsumed-events metric type.
|
||||||
# This means for every 30 unconsumed events a pod is added.
|
# This means for every 30 unconsumed events a pod is added.
|
||||||
# unconsumed-events is the sum of of unconsumed_events over all
|
# unconsumed-events is the sum of of unconsumed_events over all
|
||||||
|
Reference in New Issue
Block a user