commit | 9d17f9e4a801cde93d1239f33c5bb29345e86ad3 | [log] [tgz] |
---|---|---|
author | subhash kumar singh <subh.singh@samsung.com> | Thu Jan 13 09:47:16 2022 +0000 |
committer | subhash kumar singh <subh.singh@samsung.com> | Thu Jan 13 15:32:20 2022 +0530 |
tree | 93459ebcbf904bfab645317707832fc683009fc8 | |
parent | 1046905a9d8edc20df3391ddb61ebbedd0bd0473 [diff] |
Fix counter name to avoid crash Fix counter name to avoid crash. Signed-off-by: subhash kumar singh <subh.singh@samsung.com> Change-Id: Icd14dc07432ce083ab3ec81308aa99adbb27cd3d
diff --git a/hwApp.go b/hwApp.go index 40a8b71..14dd4f6 100755 --- a/hwApp.go +++ b/hwApp.go
@@ -247,7 +247,7 @@ } hw := HWApp{ - stats: xapp.Metric.RegisterCounterGroup(metrics, "hw-go"), // register counter + stats: xapp.Metric.RegisterCounterGroup(metrics, "hw_go"), // register counter } hw.Run() }