From e30998a0358c71943a825a74238fadb4e38db375 Mon Sep 17 00:00:00 2001 From: qiyana-ratchet <81336710+qiyana-ratchet@users.noreply.github.com> Date: Mon, 30 Aug 2021 10:07:18 +0900 Subject: [PATCH] Update new PM data on http request --- pm-parser.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/pm-parser.go b/pm-parser.go index f8c5ad7..7b4b687 100644 --- a/pm-parser.go +++ b/pm-parser.go @@ -136,8 +136,6 @@ func (c *pmCollector) Update(ch chan<- prometheus.Metric) error { measTypeList := measDataFile.MeasData.MeasInfo[i].MeasType //measInfoIdValue := measDataFile.MeasData.MeasInfo[i].MeasInfoID measTypeListLen := len(measTypeList) - //fmt.Println(measInfoListLen, measTypeListLen) - //메트릭 개수 디버깅용 for j := 0; j < measTypeListLen; j++ { metricKey := strings.ToLower(strings.ReplaceAll(measTypeList[j].Value, ".", "_"))