Skip to content

Commit d0dccf4

Browse files
Update libdd-trace-stats/src/span_concentrator/aggregation.rs
Co-authored-by: paullegranddc <82819397+paullegranddc@users.noreply.github.com>
1 parent f3efe3c commit d0dccf4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -282,8 +282,8 @@ impl From<pb::ClientGroupedStats> for OwnedAggregationKey {
282282
}
283283
}
284284

285-
/// Return true if the span kind should have peer tags ("client", "producer", or "consumer")
286-
fn has_peer_tags<T>(span_kind: T) -> bool
285+
/// Return true if we care about peer tags on the span
286+
fn should_track_peer_tags<T>(span_kind: T) -> bool
287287
where
288288
T: SpanText,
289289
{

0 commit comments

Comments
 (0)