Skip to content

Commit

Permalink
add memory usage metric name
Browse files Browse the repository at this point in the history
  • Loading branch information
luomingmeng committed Aug 8, 2023
1 parent 7cb845b commit 5a6d007
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 5a6d007

Please sign in to comment.