Skip to content

Commit

Permalink
Hardcode zstd
Browse files Browse the repository at this point in the history
Signed-off-by: Jesse Szwedko <jesse.szwedko@datadoghq.com>
  • Loading branch information
jszwedko committed Oct 11, 2024
1 parent 519e8fd commit 4d2b4f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sinks/datadog/logs/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ impl DatadogLogsConfig {
let protocol = self.get_protocol(dd_common);

let sink = LogSinkBuilder::new(encoding, service, default_api_key, batch, protocol)
.compression(self.compression.unwrap_or_default())
.compression(Compression::zstd_default())
.build();

Ok(VectorSink::from_event_streamsink(sink))
Expand Down

0 comments on commit 4d2b4f6

Please sign in to comment.