Skip to content

Commit 5decbd1

Browse files
committed
chore: add comment about compression
Signed-off-by: Gustavo Inacio <[email protected]>
1 parent 87dab30 commit 5decbd1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/tap-agent/src/agent/sender_account.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -616,6 +616,7 @@ impl Actor for SenderAccount {
616616
endpoint.uri()
617617
)
618618
})?;
619+
// wiremock_grpc used for tests doesn't support Zstd compression
619620
#[cfg(not(test))]
620621
let sender_aggregator =
621622
sender_aggregator.send_compressed(tonic::codec::CompressionEncoding::Zstd);

0 commit comments

Comments
 (0)