Skip to content

Commit

Permalink
Merge pull request #30 from luomingmeng/dev/add-kcmas-memory-metric
Browse files Browse the repository at this point in the history
add memory usage metric name
  • Loading branch information
waynepeking348 authored Aug 8, 2023
2 parents b6675fd + 5a6d007 commit d99e628
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 @@ -26,7 +26,8 @@ const (
)

const (
CustomMetricPodMemoryRSS = "pod_memory_rss"
CustomMetricPodMemoryRSS = "pod_memory_rss"
CustomMetricPodMemoryUsage = "pod_memory_usage"
)

const (
Expand Down

0 comments on commit d99e628

Please sign in to comment.