Skip to content

Commit

Permalink
Remove unsupported metrics from neuron monitor config (#136)
Browse files Browse the repository at this point in the history
* Remove neuron_runtime_vcpu_usage from supported metrics

* remove system memory/cpu metrics
  • Loading branch information
mounchin authored Feb 4, 2025
1 parent 9312162 commit 87ab4df
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,19 +74,13 @@ spec:
{
"type": "memory_used"
},
{
"type": "neuron_runtime_vcpu_usage"
},
{
"type": "execution_stats"
}
]
}
],
"system_metrics": [
{
"type": "memory_info"
},
{
"period": "5s",
"type": "neuron_hw_counters"
Expand Down

0 comments on commit 87ab4df

Please sign in to comment.