Skip to content

Commit

Permalink
add some temp logs
Browse files Browse the repository at this point in the history
  • Loading branch information
ajgajg1134 committed Aug 14, 2024
1 parent e187e48 commit 704acc7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ddtrace/tracer/span.go
Original file line number Diff line number Diff line change
Expand Up @@ -553,6 +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)
if shouldCalc {
// the agent supports computed stats
select {
Expand Down

0 comments on commit 704acc7

Please sign in to comment.