Skip to content

Commit

Permalink
Remove neuron_runtime_vcpu_usage from supported metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
mounchin committed Dec 9, 2024
1 parent a5ade85 commit 6284b46
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,6 @@ spec:
{
"type": "memory_used"
},
{
"type": "neuron_runtime_vcpu_usage"
},
{
"type": "execution_stats"
}
Expand All @@ -87,6 +84,9 @@ spec:
{
"type": "memory_info"
},
{
"type": "vcpu_usage"
},
{
"period": "5s",
"type": "neuron_hw_counters"
Expand Down

0 comments on commit 6284b46

Please sign in to comment.