[tm-monitor] rename var

This commit is contained in:
Anton Kaliaev
2017-07-31 14:01:09 -04:00
parent d294200176
commit af04238bb9
+3 -3
View File
@@ -48,9 +48,9 @@ type EventMetric struct {
}
func (metric *EventMetric) Copy() *EventMetric {
metric2 := *metric
metric2.meter = metric.meter.Snapshot()
return &metric2
metricCopy := *metric
metricCopy.meter = metric.meter.Snapshot()
return &metricCopy
}
// called on GetMetric