From 9fba5d239d2f7e8495f3ade33afd8ba36fd281db Mon Sep 17 00:00:00 2001 From: mountain Date: Tue, 28 Nov 2023 01:18:30 +0900 Subject: [PATCH] =?UTF-8?q?ccu=20=EB=A9=94=ED=8A=B8=EB=A6=AD=EC=9D=80=20?= =?UTF-8?q?=EA=B0=81=20=EC=84=9C=EB=B9=84=EC=8A=A4=EB=A1=9C=20=EB=B6=84?= =?UTF-8?q?=EB=A6=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- metric/metric.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/metric/metric.go b/metric/metric.go index c8cc49b..be8c2bb 100644 --- a/metric/metric.go +++ b/metric/metric.go @@ -106,7 +106,6 @@ func (mc *metricCollection) metricWriter() { } var NewMetric func(MetricType, string, string, map[string]string) MetricWriter -var ConcurrentUser = MetricWriterNil func init() { NewMetric = func(MetricType, string, string, map[string]string) MetricWriter { @@ -131,7 +130,6 @@ func init() { logger.Println("metrics are going to be generated for houston") go mc.metricWriter() NewMetric = newMetricImpl - ConcurrentUser = NewMetric(MetricGuage, "concurrent_user", "concurrent user count", map[string]string{"game": "lobby"}) } else { logger.Println("metrics are NOT going to be generated. parent is not houston :", filename, string(fn)) }