We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
compression
1 parent 8464524 commit 47a8eeaCopy full SHA for 47a8eea
pipeline/outputs/prometheus-remote-write.md
@@ -30,6 +30,7 @@ This plugin supports the following parameters:
30
| `log_response_payload` | Log the response payload within the Fluent Bit log. | `false` |
31
| `add_label` | This lets you add custom labels to all metrics exposed through the Prometheus exporter. You can have multiple of these fields. | _none_ |
32
| `workers` | The number of [workers](../../administration/multithreading.md#outputs) to perform flush operations for this output. | `2` |
33
+| `compression` | Payload compression algorithm. Supported options: `snappy`, `gzip`, `zstd`. | `snappy` |
34
35
## Get started
36
0 commit comments