Skip to content

Commit

Permalink
fix godoc
Browse files Browse the repository at this point in the history
  • Loading branch information
mtoffl01 committed Dec 20, 2024
1 parent 2778c64 commit c3e21c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ddtrace/tracer/metrics.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ func (t *tracer) reportRuntimeMetrics(interval time.Duration) {
}
}

// reportHealthMetricsAtInterval reports health metrics at the specified interval to reduce noise.
// reportHealthMetricsAtInterval reports noisy health metrics at the specified interval.
// The periodic reporting ensures metrics are delivered without overwhelming the system or logs.
func (t *tracer) reportHealthMetricsAtInterval(interval time.Duration) {
ticker := time.NewTicker(interval)
Expand Down

0 comments on commit c3e21c0

Please sign in to comment.