Skip to content

Commit

Permalink
[4.6] Documents grpc compression
Browse files Browse the repository at this point in the history
  • Loading branch information
eldarnash committed Jan 25, 2024
1 parent 160f001 commit f7f54b7
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ The `syslog-ng-otlp()` destination has the following options.

{{% include-headless "chunk/option-destination-batch-timeout.md" %}}

{{< include-headless "chunk/option-destination-grpc-compression.md" >}}

{{< include-headless "chunk/option-destination-diskbuffer.md" >}}

{{< include-headless "chunk/option-destination-hook.md" >}}
Expand Down
2 changes: 2 additions & 0 deletions content/chapter-destinations/opentelemetry/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ log non_otel_to_otel_tls {

{{< include-headless "chunk/option-destination-threaded-batching.md" >}}

{{< include-headless "chunk/option-destination-grpc-compression.md" >}}

{{< include-headless "chunk/option-destination-threaded-workers.md" >}}

<!-- FIXME xinclude other common options
Expand Down
14 changes: 14 additions & 0 deletions content/headless/chunk/option-destination-grpc-compression.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
---
<!-- This file is under the copyright of Axoflow, and licensed under Apache License 2.0, except for using the Axoflow and AxoSyslog trademarks. -->

## compression()

| | |
| -------- | -------------------------- |
| Type: | boolean |
| Default: | `no` |

Available in {{% param "product_name" %}} version 4.5.0 and later.

*Description:* Enables compression in gRPC requests. Although gRPC supports various compression methods, currently only deflate is supported (which is basically the same as gzip).

0 comments on commit f7f54b7

Please sign in to comment.