Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
KunfengHe committed Oct 28, 2020
1 parent 62202dc commit 058c9d7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 1 deletion.
Binary file modified cloudeye-exporter
Binary file not shown.
1 change: 0 additions & 1 deletion collector/collector.go
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,6 @@ func (exporter *BaseHuaweiCloudExporter) Collect(ch chan<- prometheus.Metric) {
exporter.txnKey = fmt.Sprintf("%s-%s-%s", strings.Join(exporter.Namespaces, "-"), exporter.From, exporter.To)

finishChan := make(chan bool)
defer close(finishChan)
serviceTotal := 0
logs.Logger.Debugf("[%s] Start Collect to data", exporter.txnKey)
for _, namespace := range exporter.Namespaces {
Expand Down

0 comments on commit 058c9d7

Please sign in to comment.