去除重复代码 (#641)

This commit is contained in:
chixianliangGithub 2021-04-03 16:00:32 +08:00 committed by GitHub
parent c2f98583e1
commit 50f4cc10c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -55,7 +55,6 @@ func (kafka *KafkaPushEndpoint) convert2KafkaItem(d *dataobj.MetricValue) KafkaD
m["metric"] = d.Metric
m["value"] = d.Value
m["timestamp"] = d.Timestamp
m["value"] = d.Value
m["step"] = d.Step
m["endpoint"] = d.Endpoint
m["tags"] = d.Tags