Skip to content

Commit

Permalink
Update new PM data on http request
Browse files Browse the repository at this point in the history
  • Loading branch information
qiyana-ratchet authored Aug 30, 2021
1 parent ca6a6c2 commit e30998a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pm-parser.go
Original file line number Diff line number Diff line change
Expand Up @@ -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, ".", "_"))
Expand Down

0 comments on commit e30998a

Please sign in to comment.