Skip to content

Commit

Permalink
remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewqian2001datadog committed Sep 24, 2024
1 parent a99229f commit 21332b2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/aggregator/demultiplexer_agent.go
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,6 @@ func (d *AgentDemultiplexer) flushToSerializer(start time.Time, waitForSerialize
hostname := d.aggregator.hostname
logPayloads := pkgconfigsetup.Datadog().GetBool("log_payloads")
series, sketches := createIterableMetrics(d.aggregator.flushAndSerializeInParallel, d.sharedSerializer, logPayloads, false, hostname)
fmt.Println("wacktest2")
metrics.Serialize(
series,
sketches,
Expand Down

0 comments on commit 21332b2

Please sign in to comment.