Skip to content

Commit

Permalink
Merge pull request #25 from waynepeking348/dev/add-kcmas-metric
Browse files Browse the repository at this point in the history
add pod-level metric pod usage
  • Loading branch information
waynepeking348 authored Jul 18, 2023
2 parents 208f103 + 795bd7f commit 67e4d33
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/metric/pod/pod.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@ limitations under the License.
package pod

const (
CustomMetricPodCPULoad1Min = "pod_cpu_load_1min" // real-time cpu load
CustomMetricPodCPULoad1Min = "pod_cpu_load_1min" // cpu load
CustomMetricPodCPUUsage = "pod_cpu_usage" // cpu usage
)

0 comments on commit 67e4d33

Please sign in to comment.