Skip to content

Commit 57470f8

Browse files
committed
Update doc
1 parent 84f08ad commit 57470f8

File tree

1 file changed

+1
-0
lines changed
  • libdd-trace-stats/src/span_concentrator

1 file changed

+1
-0
lines changed

libdd-trace-stats/src/span_concentrator/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ impl SpanConcentrator {
7474
/// - `now` the current system time, used to define the oldest bucket
7575
/// - `span_kinds_stats_computed` list of span kinds eligible for stats computation
7676
/// - `peer_tags_keys` list of keys considered as peer tags for aggregation
77+
/// - `buffer_len` number of buckets to keep when flushing
7778
pub fn new(
7879
bucket_size: Duration,
7980
now: SystemTime,

0 commit comments

Comments
 (0)