Skip to content

Commit

Permalink
remove unnecessary log
Browse files Browse the repository at this point in the history
  • Loading branch information
Dejun Hu authored and yimuniao committed Sep 25, 2020
1 parent 7dd74ee commit 92d696a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions plugins/processors/ecsdecorator/ecsdecorator.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,6 @@ func (e *ECSDecorator) Apply(in ...telegraf.Metric) []telegraf.Metric {
var out []telegraf.Metric

for _, metric := range in {
fmt.Printf("clusterNameKey: %v\n", ClusterNameKey)
fmt.Printf("e: %v\n", e)
fmt.Printf("e.ecsInfo: %v\n", e.ecsInfo)
fmt.Printf("clusterNameKey: %v, clusterName: %v\n", ClusterNameKey, e.ecsInfo.clusterName)
metric.AddTag(ClusterNameKey, e.ecsInfo.clusterName)
tags := metric.Tags()
fields := metric.Fields()
Expand Down

0 comments on commit 92d696a

Please sign in to comment.