X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=hwApp.go;h=14dd4f6ead133f3c55342e8ee04f040841aa81f8;hb=refs%2Fchanges%2F58%2F7558%2F1;hp=260b7c1bcc4dbdc57adb82dcc4f4002da57efa96;hpb=360ca5a795635b54c4eed4b6bf2cb8d8a9b59c37;p=ric-app%2Fhw-go.git diff --git a/hwApp.go b/hwApp.go index 260b7c1..14dd4f6 100755 --- a/hwApp.go +++ b/hwApp.go @@ -14,8 +14,6 @@ See the License for the specific language governing permissions and limitations under the License. - This source code is part of the near-RT RIC (RAN Intelligent Controller) - platform project (RICP). ================================================================================== */ package main @@ -249,7 +247,7 @@ func main() { } hw := HWApp{ - stats: xapp.Metric.RegisterCounterGroup(metrics, "hw-go"), // register counter + stats: xapp.Metric.RegisterCounterGroup(metrics, "hw_go"), // register counter } hw.Run() }