Skip to content

Commit

Permalink
feat: gzip datadog adaptor (#2157)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ziinc authored Jul 29, 2024
1 parent d3a3dc3 commit 43fc58d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/logflare/backends/adaptor/datadog_adaptor.ex
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ defmodule Logflare.Backends.Adaptor.DatadogAdaptor do
| config: %{
url: Map.get(@api_url_mapping, backend.config.region),
headers: %{"dd-api-key" => backend.config.api_key},
http: "http2"
http: "http2",
gzip: true
}
}

Expand Down

0 comments on commit 43fc58d

Please sign in to comment.