X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=pkg%2Fxapp%2Fmetrics_test.go;fp=pkg%2Fxapp%2Fmetrics_test.go;h=bd7c73726c6e9a9c7b1349801bcfc79b18ea034b;hb=0ce03386e6dbdb82b88406b22bb91c8cbe18e349;hp=e600743c8fa745c40c0e8445a0782d85d598907f;hpb=587d21a022bda35ad41671cdadbd3cf08a7e2ac5;p=ric-plt%2Fxapp-frame.git diff --git a/pkg/xapp/metrics_test.go b/pkg/xapp/metrics_test.go index e600743..bd7c737 100755 --- a/pkg/xapp/metrics_test.go +++ b/pkg/xapp/metrics_test.go @@ -41,7 +41,7 @@ func TestMetricSetup(t *testing.T) { }, []string{"name", "event"}, "SUBSYSTEM") - + mGGroup = Metric.RegisterGaugeGroup( []CounterOpts{ {Name: "counter3", Help: "counter3"}, @@ -259,4 +259,3 @@ func TestMetricGroupCache(t *testing.T) { m_grp.GDec("event2_counter2") m_grp.GSet("event2_counter2", 1) } -