Chih-Sheng Huang
Results
2
comments of
Chih-Sheng Huang
Any update for this? I used v2.0.7 and I still can only use `uuid` type instead of the standard `ID` type
Use valueFrom works for me to get all containers metrics ```yaml - name: "verticalpodautoscaler_status_recommendation_containerrecommendations_target_memory" each: type: Gauge gauge: path: [status, recommendation, containerRecommendations] valueFrom: [target, memory] labelsFromPath: container: [containerName] commonLabels: resource:...