Skip to content

Commit

Permalink
fix manifest metrics entries
Browse files Browse the repository at this point in the history
  • Loading branch information
NouemanKHAL committed Sep 24, 2024
1 parent 19f28b4 commit d25bdcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubevirt_handler/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
},
"metrics": {
"prefix": "kubevirt_handler.",
"check": ["kubevirt_handler.can_connect, kubevirt_handler.vmi.cpu_system_usage_seconds.count"],
"check": ["kubevirt_handler.can_connect", "kubevirt_handler.vmi.cpu_system_usage_seconds.count"],
"metadata_path": "metadata.csv"
},
"service_checks": {
Expand Down

0 comments on commit d25bdcc

Please sign in to comment.