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 5d84e2c commit 8604cb0Copy full SHA for 8604cb0
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 are `snappy`, `gzip` and `zstd`. | `snappy` |
34
35
## Get started
36
0 commit comments