Update container tag v1.1.1
[ric-app/hw-go.git] / hwApp.go
index 260b7c1..14dd4f6 100755 (executable)
--- 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()
 }