Skip to content

Commit

Permalink
more logs
Browse files Browse the repository at this point in the history
  • Loading branch information
ajgajg1134 committed Aug 14, 2024
1 parent 704acc7 commit 21aa1ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ddtrace/tracer/span.go
Original file line number Diff line number Diff line change
Expand Up @@ -553,7 +553,7 @@ func (s *span) finish(finishTime int64) {
// todo: no need to check for shouldCompute
if t.config.canComputeStats() && shouldComputeStats(s) {
statSpan, shouldCalc := t.stats.newAggregableSpan(s, t.obfuscator)
log.Info("LETS COMPUTE SOME STATS: should calc %v stat span %v", shouldCalc, statSpan)
log.Info("LETS COMPUTE SOME STATS: should calc %v stat span %v", shouldCalc, s)
if shouldCalc {
// the agent supports computed stats
select {
Expand Down

0 comments on commit 21aa1ce

Please sign in to comment.