We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84f08ad commit 57470f8Copy full SHA for 57470f8
libdd-trace-stats/src/span_concentrator/mod.rs
@@ -74,6 +74,7 @@ impl SpanConcentrator {
74
/// - `now` the current system time, used to define the oldest bucket
75
/// - `span_kinds_stats_computed` list of span kinds eligible for stats computation
76
/// - `peer_tags_keys` list of keys considered as peer tags for aggregation
77
+ /// - `buffer_len` number of buckets to keep when flushing
78
pub fn new(
79
bucket_size: Duration,
80
now: SystemTime,
0 commit comments