From f7ff7ae13b3e986ae87b02332ad2e4ba578dcfa1 Mon Sep 17 00:00:00 2001 From: mountain Date: Sun, 26 Nov 2023 15:46:22 +0900 Subject: [PATCH] =?UTF-8?q?concurrent=20=EB=A9=94=ED=8A=B8=EB=A6=AD?= =?UTF-8?q?=EC=97=90=20location=20=EB=A0=88=EC=9D=B4=EB=B8=94=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- metric/metric.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metric/metric.go b/metric/metric.go index 8f70b15..aa27eec 100644 --- a/metric/metric.go +++ b/metric/metric.go @@ -131,7 +131,7 @@ 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", nil) + ConcurrentUser = NewMetric(MetricGuage, "concurrent_user", "concurrent user count", map[string]string{"location": "lobby"}) } else { logger.Println("metrics are NOT going to be generated. parent is not houston :", filename, string(fn)) }